Archived topic
How to: center images on mobile view.
1 reply · Started by pcdoctoratl on April 24, 2020
Viewing posts 1–2 of 2
I'm using GP sections - using background image with color overlay. On desktop it is perfect, mobile it is not centered. I didn't find any mobile settings for images. Do i have to add CSS for images to be centered on mobile when using a BG image?
Thank you!
Hi there,
Yes, CSS is likely required.
I'm seeing this on your site, so it looks like you got it sorted?:
.generate-sections-container.custom-mobile-bg {
background-size: auto;
background-position: center center;
}
This archived topic is closed to new replies.