[Resolved] mobile menu not working on my website

Home Forums Support [Resolved] mobile menu not working on my website

Home Forums Support mobile menu not working on my website

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #365629
    gagan

    i have premium of generatepress ad as well as using the page builder elementor pro on my website http://www.ventabate.com but my menu is not working on homepage of mobile but otherwise it is working. On desktop i can navigate through menu and on mobile too in all the tabs except for homepage.

    Kindly, resolve the issue.

    #365730
    Leo
    Staff
    Customer Support

    Hi there,

    It’s not working because the menu toggle is currently blocked by the Elementor content which has a margin-top: -80px set on it: https://s13.postimg.org/sp5xu3blj/elementorblock.png

    You might be able to modify that within Elementor plugin. If not it might be best to ask their support.

    This CSS should help as a temporary fix:

    @media (max-width: 767px) {
        .elementor-156 .elementor-element.elementor-element-1282ktk {
            margin-top: 0px;
        }
    }

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

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