Aligning image to right (using post style 1)

Posted in: Newspaper
Post count: 36

Hi

for a number of posts on my site i intend to us the post template ‘style 1’. However i’d prefer if the thumbnail/featured image was aligned to the right rather than the left. Is there a solution to this?

http://www.mondialetest.co.uk/mondoarc/lighting-designersenior-lighting-designer/

Thanks

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/m80dt0PicFQ

@media (min-width: 768px) {
.single_template_1 .td-featured-image-rec {
float: right !important;
margin-right: 0 !important;
margin-left: 21px;
}
}

Thanks!

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