Mobile menu full-width on small tablet devices
-
Hello,
I just added a CSS-Snippet to my Website to make the mobile-menu-dropdown full-width. I am using the DIVI Theme.
It perfectly works until 767 px. But between 768px and 980px there is a gap on the right side.
Does anybody know, how I can fix this?Thanks and best, Lisa.
This is the CSS I have added to make the mobile menu full-width:
/* mobile menu full width and remove top-line*/
.et_mobile_menu {
min-width: 100vw;
border-top:0;
margin-left:-10vw;
}The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Mobile menu full-width on small tablet devices’ is closed to new replies.