[Resolved] Mobile menu covering content

Home Forums Support [Resolved] Mobile menu covering content

Home Forums Support Mobile menu covering content

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #456996
    Anil

    Hi,

    I have implemented sticky menu on my website but the content is getting covered by the menu in tablet and mobile modes. I am using elementor plugin. How do I fix this issue?

    Thanks,

    Anil

    #457304
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    @media (max-width: 768px) {
        .generate-combined-header {
            position: relative;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #460819
    Anil

    Thanks for the response Leo. This fixed the problem on tablet and desktop views but spoiled it on the desktop. Any way I can implement this code only for tablets and mobile view?

    #460969
    Leo
    Staff
    Customer Support

    Can you try the edited code above?

    #461278
    Anil

    That worked. Thanks.

    #461631
    Leo
    Staff
    Customer Support

    No problem 🙂

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