Bug with mobile menu

  • Author
    Posts
  • #120928

    Hello, I am using the Roseta theme and having some issues with the menu when on mobile.
    The problem is that my site logo is incorrectly placed and overlaps the menu when using mobile.

    Here’s how it looks:
    mobile menu

    I was wondering if I could remove it, or resize it to make it work correctly?
    Some help would be appreciated

    • This topic was modified 2 years ago by kerdel.
    • This topic was modified 2 years ago by kerdel.
    • This topic was modified 2 years ago by kerdel.
    #120932

    Never mind, managed to fix it, if anyone else has this problem, add this code to the additional CSS.
    @media only screen and (max-width: 959px) {
    img.custom-logo {
    max-height: 65px !important;
    }
    }

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Bug with mobile menu’ is closed to new replies.