Archived topic
Mobile menu covering content
5 replies · Started by Anil on December 26, 2017
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
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/
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?
Can you try the edited code above?
That worked. Thanks.
No problem :)