• Resolved polsogood

    (@polsogood)


    Hi everyone!

    I have an issue with my logo. On certain screen sizes the logo is not centred. I do not know why, I have checked every setting that could center it. Yet, it seems to appear not centred on certain devices.

    Do you have any clue? Thank you, I would appreciate some help!

    • This topic was modified 1 year, 9 months ago by polsogood.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter polsogood

    (@polsogood)

    Does anyone have any idea?

    Hi @polsogood,

    We sorry for the delay here!

    Please try adding the given custom CSS code below at Appearance > Customize > Additional CSS

    #masthead .site-header-inner > .row {
        justify-content: space-between;
    }
    #masthead .site-header-inner > .row > div {
        max-width: none;
        width: auto;
        flex: 0 0 auto;
    }

    We hope this helps!

    Kind Regards,

    Rodrigo.

    Thread Starter polsogood

    (@polsogood)

    Hi @maaprote

    Thank you, it worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo not centred’ is closed to new replies.