How to make Divi mobile menu appear sooner

TIPS

Jun 25, 2019 | Divi Tips | 0 comments

You may find it useful to make the mobile menu appear sooner than the default screen width. Add the CSS in the Divi theme options area. Change the max-width to whatever you like.
 
[css]
@media only screen and (max-width: 1320px){
#et_mobile_nav_menu {
display: block;
}
nav#top-menu-nav {
display: none;
}
}
[/css]

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

More Tips

Ad - Web Hosting from SiteGround - Crafted for easy site management. Click to learn more.

Cloudways Hosting

WPEngine Hosting

Pressable Hosting

AccuWeb Hosting

Ask the Divi Guy a Question

"*" indicates required fields