Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1277209

    Hello,
    I tried a lot of different short codes in order to set the right relation between the logo on the left and the main menu (search icon, burger menu, cart) on the right but I did not manage to split those two.
    The right sided main menu overlaps the left sided logo and I can’t get the logo smaller or set the main menu more right.

    Can you help me on that issue? If I can’t get the logo smaller (287×90) can you show me a way how I can place another logo which is smaller for the smaller screens?

    Thank you very much!

    Regards,
    Verena

    #1277958

    Hello
    can you help me on this issue? What can I do to optimize the header for mobile views?

    Thanks
    Verena

    #1279351

    Hi Verena,

    I’m sorry for the late reply. Do you mean that you want to make the logo smaller on mobile devices? If so then please try adding this to Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        max-height: 50px;
    }
    }

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.