• Hi there,

    I can’t find why but when I put my own picture with the unique header plugin option its not centered when you watch it on mobile. But if I let the original picture from Spice its centered :/

    Can you help me ?

    Thank you,

    Lucas Nigot

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, klawn

    Thanks for contacting us!

    To do this, Go to Appearance >> Customize >> Additional CSS and add given below custom CSS code:

    @media (max-width: 767px) {
        .page-title-section {
            background-size: cover !important;
            padding: 120px 0 !important;
        }
    }

    I hope it will work for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Header not centered on mobile’ is closed to new replies.