wedge01
1/16/2018 - 12:52 AM

Shrink DIVI Menu on Smaller Screens by Geno Quiroz

/* shrink menu on smaller viewports by geno quiroz */
 
    @media only screen and (max-width : 1200px) {
        .container.clearfix.et_menu_container, #top-header .container.clearfix {
            max-width: 100%!important;
            width: 95%!important;}}
 
    @media only screen and (max-width : 1100px) {
        #top-menu li {
            padding-right: 13px!important;}
        #top-menu li a {
            font-size: 13px!important;}}