centering category tag on module

Posted in: Newspaper
Post count: 9

Hello,I searched the documentation as well as google and was not able to find the answer so I apologize if this is a repeat questions.

I am trying to center the Category tag on modules/blocks and failing miserably. See attached what I am trying to accomplish. All else is working flawlessly!

example

Post count: 20688

Hi,

That could be possible with a custom code, I could try to give you a solution. Please provide a link to your website and mention for which blocks/modules you want this.

Thanks

Post count: 9

Sure, its http://wilkiev3.staging.wpengine.com

Interested in doing this for the THE LASTEST @WILKIE block and the TRENDING NOW block.

Any help is greatly appreciated.

Rob

Post count: 20688

Try a code like this, I believe that is how you want the tags to look
https://www.screencast.com/t/I2alpldsE7g
https://www.screencast.com/t/1cZAXNuBuoDN

.td_block_4 .td-module-image .td-post-category {
margin-right: 0;
bottom:auto;
top:0;
left:30%;
right:30%;
display: inline-block;
}
.td_block_4 .td-module-image{
text-align: center;
}

Enter the code in Theme panel->Custom CSS section.

Post count: 9

Thank you!

I was able to tweak this and get it exactly as I needed!

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