Category Tag on Block 20

Posted in: Newspaper
Post count: 7

Hallo there! I would like to move the category tag on Block 20 on the lower left corner, just like it is placed in Block 15! Thank you, in advance!

Post count: 22421

Hello,
The category tag on block 20 is already in the lower left corner right under the title: http://screencast.com/t/4ZlRc9aYyy Please provide more details to how you want the category tags to display.
Thank you!

Post count: 7

I mean, like it is in Block 15,on the lower left side and attached on the corners of the image border! Thank you!

Post count: 22421

Hello,
you can do it by altering the theme files. There is no other way except hard-coding it.
You need to edit td_module_14.php and change a few things. You need to move the category code under the image code and place it inside a div so you can target it with css for positioning
http://screencast.com/t/de3pcIdFY
Then you can use css to adjust the position:
.category-custom{
position:absolute;
bottom:105px;
left:10px;
z-index:999;

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.