Home › Forums › WordPress Themes – Premium › Lavish Pro › Lavish Pro mobile menu problem › Reply To: Lavish Pro mobile menu problem
October 30, 2015 at 8:00 am
#22026
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