Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #671319

    Hi!

    Just wondering if you could help me centre the logo on smartphone landscape view. I’ve tried the Quick CSS from a previous support request I’ve raised but unfortunately it didn’t work.

    Thanks again!

    Kind regards

    Nicole

    #671692

    Hi Nicole,

    It would be great if you could stick to one topic for one issue, what exactly is not working out for you?

    Regards,
    Rikard

    #671807

    Hey Rikard

    Thanks for your reply.

    The issue is that I’m using a different logo for smartphones and it is off centre (to the left) on landscape view. Is there a way to centre it?

    Thanks for your help.

    Kind regards
    Nicole

    #672989

    Hi,

    Please add this in the Quick CSS field:

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive #top .logo {
        margin: 0 auto;
    }
    }

    Best regards,
    Ismael

    #675011

    Hey Ismael

    This worked perfectly! Thanks so much for your help!

    Kind regards

    Nicole

    #675310

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Centre Logo on Smartphone Landscape’ is closed to new replies.