Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

how to stop text wrapping around img on mobile

Home / Forums / Virtue Theme / how to stop text wrapping around img on mobile

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
April 17, 2017 at 3:50 pm

Hi,

I’m using align left and right on my site pages. On mobile this results in just a few words straggling to the side of the image. For example:

It would seem much better to center the images on smaller screens. I tried the CSS below (which I found on wordpress.org) but it’s not working in this case:

* center images on mobile screens */

@media
screen and (max-width: 719px) {
.entry img {
float: none;
display: block;
margin: 0 auto;
}
}

  • The forum ‘Virtue Theme’ is closed to new topics and replies.