SINGLE POST CLOUD TEMPLATE MARGINS

Posted in: Newspaper
Post count: 271

We are using one of your Single Post Cloud Templates and would like the Author Biography Box beneath each article to have justified margins. Can you provide a custom code for this? Here is a sample post: https://www.bizcatalyst360.com/be-unstoppable/

Post count: 27744

Hello,

You can use this custom code CSS to align justify the description => https://www.screencast.com/t/uNmREJnS4uP

.tdb-author-box .tdb-author-descr
{
text-align: justify;
}

Set the code in Theme Panel -> Custom Code -> Custom CSS.

Hope this helps you!

Thank you!

Post count: 271

Thank you Anamaria. Have you a similar Custom CSS for this Author Bio Description: https://www.bizcatalyst360.com/author/dennisjpitocco/

Post count: 27744

Hello,

For this section, you can use this code https://www.screencast.com/t/3B3D0nVm

.tdb-author-descr
{
text-align: justify;
}

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.