Realign Featured Images to the Right Side of a Blog Post

Posted in: Newspaper
Post count: 7

Hi,

If I want a featured image to be aligned to the right of a blog post (with the text wrapped to the left), instead of above the content which is the default, what settings do I need to change?

Or do I need to add a line of code under Custom Code in the Theme Panel.

Thanks in advance for your help.

Dan

Post count: 35449

Hi,

Yes, you can achieve this using a custom css that need to be set in Theme panel>Custom code > Custom css
For example if you are using the the post style 1 -> http://prntscr.com/ovm9fx -> http://prntscr.com/ovm9mr ->http://prntscr.com/ovm9u0
.td-post-template-1 .td-featured-image-rec {
float: right;
}

Thank you!

Post count: 7

Great thanks!

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