[Support request] mobile menu

Home Forums Support [Support request] mobile menu

Home Forums Support mobile menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #621042
    Francesca

    Hello,
    my mobile menu does not work well, some voices come out of the section. Can you help me understand why?

    thank you so much,

    Francesca

    #621233
    Leo
    Staff
    Customer Support

    Hi there,

    Likely causing by the CSS you’ve added for header/navigation.

    Can you make sure they are all desktop only?
    https://docs.generatepress.com/article/responsive-display/

    #621345
    Francesca

    this is the CSS I’ve added for header and navigation

    a img {
    position: relative;
    z-index: 1;
    }

    #site-navigation.main-navigation {
    height: 113px;
    background-color: #f0a800;
    }

    nav#site-navigation.main-navigation {
    border-bottom: 3px solid #f0a800;
    }

    Thank you for your help
    Francesca

    #621356
    Leo
    Staff
    Customer Support

    Looks like the second block is causing the issue.

    Have you tried comment it out?

    #621385
    Francesca

    No, I didn’t try. I don’t know how to do it

    #621395
    Leo
    Staff
    Customer Support

    You can comment out CSS like this:
    https://css-tricks.com/snippets/css/comments-in-css/

    Or simply remove them to test.

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