Hello!
The “Image with Text” sections appear normal on the desktop and mobile editor.
However, when the live site is viewed from a mobile device the top of the image is cut off.
See here: https://burkeandbowen.com/
What would you recommend to fix this issue?
Thank you!
1 Like
@zduncan
please share issue image?
Hi @zduncan ,
I tested and it works fine. Please send me the error screenshot, I will check it for you
Thank you! As you can see the top and bottom of the image are being cut off.
I just shared the image in this thread!
Hi @zduncan ,
Go to Assets > base.css and paste this at the bottom of the file:
@media screen and (max-width: 749px) {
.image-with-text__media--small {
height: 22rem !important;
}
}
Hope it helps!
Thank you so much! Problem solved.
1 Like