Per this other issue: https://kriesi.at/support/topic/word-wrapping-issues-on-phones/ – that you gave me code for that worked on some pages, but not others.
1.On this page, it worked:
code is: img class=”alignright wp-image-249 size-full” src=”http://reincleftonbk.wpengine.com/wp-content/uploads/GettyImages-629455706cropped-600×426-2.jpg” alt=”” width=”255″ height=”249″ /
2. On this page, the image isn’t centered:
code is: img class=”alignright size-thumbnail wp-image-970″ src=”https://reincleftonbk.wpengine.com/wp-content/uploads/Image-1-300×300-new-300×300.jpg” alt=”” width=”300″ height=”300″ /
Thanks for any help you can give. I will include screengrabs below
Thank you!
lisa
Hey Lisa,
Please try this CSS as well:
@media only screen and (max-width: 767px) {
img.alignright {
width: 100%;
}
}
Best regards,
Rikard
That worked! awesome! Thank you :)
Hi lisarein,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria