Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1059337

    I created my site some 4 years ago, and haven’t really updated it since.
    I have a problem with my mobile view – the menus and language options get jammed into each other. It works somewhat in sizes where the social icons disappear – but the language icons mess things up also then. I guess there is some CSS that would fix it, but I am a total novice at that.

    #1059493

    Hey aadler,

    Thank you for writing to us.

    When the screen size decreases the items in the header starts to overlap. This can be solved by hiding some items on small screens or decreasing the space between them.

    Please refer to the docs to resolve this issue

    Let us know if you have any questions.

    Best regards,
    Vinay

    #1060173

    This doesn’t really help. In mobile view the search box, language switcher run over the logo. One solution would be to have them at different levels, or to be able to hide the language switcher in mobil view altogether.

    #1061484

    Hi,

    Thanks for the update. Please try this in Quick CSS to make your logo a bit smaller on mobile devices:

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

    Best regards,
    Rikard

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