Archived topic
mobile menu not working on my website
1 reply · Started by gagan on August 14, 2017
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.
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/