Home Forums WordPress Themes – Premium Lavish Pro Lavish Pro mobile menu problem Reply To: Lavish Pro mobile menu problem

#22026
Binaya D
Participant

Hi Greg,

Please use the same css which is given above or please use the following css:


@media screen and (max-width: 1030px){
 ul.mobilemenu {
    max-height: 400px!important;
  }
}
@media screen and (max-width: 480px){
 ul.mobilemenu {
    max-height: 250px!important;
  }
}

Note: please use the custom css plugin or child theme to write css.

Thanks