Archived topic
Section Background Image Not Centered on Mobile
3 replies · Started by Atip on February 6, 2021
As in the example below, I added a section background image. The image is well-centered when it is not on mobile.
How do I get the image to be centered on mobile as well?
Lol, im here for exactly the same issue.
Or is the better practice to use an alternative image on mobile? Is there an option for that as well?
Hi Atip,
you can add this CSS to center all background images used on GP Sections:
.generate-sections-container {
background-position: 50% 50%;
}
Hi Richard,
if you can raise a new topic where you can share a link to your site we can take a look.