Category tag Position

Posted in: Newspaper
Post count: 13

How can we move the category tag location on the image? it is showing on bottom left and we would like to have it on the TOP left of the image..

Post count: 23312

Hello medeiros7,

If you want to move the category tag location on the top left of the image, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel, Custom CSS area.

The code is ->

.td-module-image .td-post-category {
top: 0 !important;
bottom:inherit!important;
}

The result you should see here -> http://screencast.com/t/HfoUbK94Y

Thank you for the message!

Post count: 13

Tks

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