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

    Hi,
    i choosed a design where the logo is on the top left and navigation is left too.
    On PC it looks good but mobile something went wrong.
    Can you help me with that?

    Thanks a lot!
    rixi

    #1348116

    Hey rixi,

    Did you add this CSS?

    .html_header_sidebar .logo img {
        width: 150px!important;
    }

    If so, then please try adding it in a media query instead:

    @media only screen and (min-width: 768px) {
    .html_header_sidebar .logo img {
        width: 150px!important;
    }
    }

    Best regards,
    Rikard

    #1348119

    yes, i did!
    Changed it now, looks right now :)

    Tanks a lot!

    Many greetings rixi

    #1348128

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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