Although everyone assures me that the HTML is correct, text is not wrapping correctly around images on cell phones.
The text should go underneath the image, but instead it looks like below.
Here is the code:
(hosted on WPengine) alt="Picture of code that should bump code below the image instead of crunching the text to the left." />
Hey lisarein,
I’m not sure I understand that problem, it looks like the text is wrapping around the images in your screenshot. What exactly are you looking to change, and where can we see the problem?
Best regards,
Rikard
Hi Rikard :)
It shouldn’t wrap the text on a phone, as it looks funny squished on one side like that. The desired behavior is for the text to be pushed underneath the image when being viewed by a phone. Is there a way to set that up so, when the screen of the device requesting the page is known to be a cell phone, the behavior will be to start the text underneath the image? Thank you so much ^_^ and have a great day!
Hi,
Thanks for the clarification. Could you post a link to where we can see the elements in your screenshots please?
Best regards,
Rikard
Sure. That was in my original message at the top. Here it is again:
https://reincleftonbk.wpengine.com/wp-content/uploads/picture-of-code.png
Thank you !
lisa
Hi,
Thanks for that. So your site is the one in private, correct? If so then please try this in Quick CSS:
@media only screen and (max-width: 767px) {
img.size-full {
width: 100%;
}
}
Best regards,
Rikard
Hey that worked great in two seconds!
Thank you so much :)