Reply To: Header background not centered horizontally

Home Forums Support Header background not centered horizontally Reply To: Header background not centered horizontally

Home Forums Support Header background not centered horizontally Reply To: Header background not centered horizontally

#144775
Tom
Lead Developer
Lead Developer

Hi there,

Background images can be tricky on mobile.

Can you give this CSS a try?:

.home .generate-content-header {
    background-position: center center;
}

Let me know 🙂