• sarahshireen

    (@sarahshireen)


    Hi!

    I’ve tried to use the options in other topics about this. However, they didn’t solve the problem ??

    If I open my website on my Iphone, my logo is not centred but more to the right.

    How can I fix this?

    Thank you.

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

Viewing 1 replies (of 1 total)
  • Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    Please try to add the below-written CSS code into Appearance > Customize > Additional CSS:

    @media only screen and (max-width: 768px) {
    .site-logo img {margin-left: auto;
        width: 50%;
        padding-top: 50px;}
    }

    Please let us know if it helps.

    Thank you!

    Have a nice day!

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