Reply To: Center Justify section images

Home Forums Support Center Justify section images Reply To: Center Justify section images

Home Forums Support Center Justify section images Reply To: Center Justify section images

#204711
Tom
Lead Developer
Lead Developer

Hmm, give this CSS a try:

.generate-sections-container {
    background-position: center center;
}

However, all of your image won’t show on mobile – that’s just the way CSS backgrounds work with aspect ratios I’m afraid.