post template style 1 problem with image

Posted in: Newsmag
Post count: 19

Hi, Since last update, post style1 template does not work. Before image was on the left and text started on the right of the image now text content goes after image, eve if the image it’s cropped as usual.

Another thing, for this template, how can i align image on the right instead of left (when it will work again :-)?

Thanks.

Post count: 6535

Hi

Please make sure that you don’t use any formats on the text that should be near featured image: http://screencast.com/t/VH9o8oCiS
To place the featured image on the right add this custom css in theme panel > custom css: http://screencast.com/t/D4g56UxW

.td-post-template-1 .td-post-featured-image{
float: right;
margin-left: 21px;
margin-right: 0;
}

Let me know how it goes!

Thanks!

Post count: 19

Ok thanks a lot.

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