Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #276710

    I have a problem. When i see my pages in mobile version the same issue is showing. The “menu” is over the logo, and the logo i kind a “squeezed” together and gets another shape than it should. Only when i turn my mobile on the long side, it works. But not a lot does that, so i have to get it to work “normally” also.
    Where do i do that. Whats the problem / solution?

    I have screen dumps of the problem. Where you can see it on both ways.

    #276711


    I send link to the examples, but i can’t see them here?

    #276715

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
        height: 50px !important;
        top: 6px;
    }
    }

    Cheers! 
    Josue

    #276719

    Thank you sooooo much :-))

    #276733

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu and logo in mobile version’ is closed to new replies.