Image text wrapping on mobile phones
-
Hi,
If I put medium-sized images in my posts they are wrapped with text quite awkwardly on mobile phones. Sometimes it’s just a column of letters on one side. I think I need all the images had no wrapping if viewed on mobile phones. I remember with a previous them I found this code and it solved the problem:
@media only screen and (max-width: 767px) { figure.alignleft, img.alignleft, figure.alignright, img.alignright { float:none; } }
However, it doesn’t see to work now. Is theer any way to achieve it?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Image text wrapping on mobile phones’ is closed to new replies.