Mobile text

Posted in: Newsmag
Post count: 16

Is there a way to have the text wrap around the picture on mobile, like it does on full-size web

Post count: 6535

Hi

By default the theme doesn’t have an option to do that, but you can create a specific css class for example:

@media (max-width: 768px) {
.td-mobile-float{
width: 40%;
margin-right: 20px!important;
float: left;
}
}

This class wrap the text to the right of the image: http://screencast.com/t/fCkf7nLUNp0d but you can include any css properties, then apply the class on the image: http://screencast.com/t/F9A1C39Q

Let me know how it goes.

Thanks!

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