Archived topic
Content does not surround image correctly on MOBILE ONLY
3 replies · Started by Forum User on March 19, 2023
Viewing posts 1–4 of 4
The Content, at the top of this page, does not surround image correctly on MOBILE ONLY https://newyorkweightlosshypnosisnyc.com Please assist me.
Hi there,
There simply isn't enough room for the text and image to stay inline on mobile.
Give this CSS a shot:
@media (max-width: 768px) {
.inside-article .wp-block-image .alignleft {
float: none;
margin-left: auto;
margin-right: auto;
}
}
Learn how to add CSS: https://docs.generatepress.com/article/adding-css/
That worked. Thank you!
No problem :)
This archived topic is closed to new replies.