divi responsive menu breakpoints

Solutions on MaxInterview for divi responsive menu breakpoints by the best coders in the world

showing results for - "divi responsive menu breakpoints"
William
24 Apr 2020
1@media only screen and (max-width: 1120px) {
2    #top-menu-nav {
3        display: none;
4    }
5    #et_mobile_nav_menu {
6        display: block
7    }
8
9}
10