Home › Forums › WordPress Themes – Premium › Lavish Pro › Lavish Pro mobile menu problem › Reply To: Lavish Pro mobile menu problem
October 14, 2015 at 2:03 pm
#21953
Participant
Hi Rosemary,
Please follow the following steps to fix your issue:
Go to Dashboard=> Appearance=> Custom Css=> Then please remove the css which is shown below:
@media screen and (max-width: 1030px){
ul.mobilemenu {
max-height: 400px!important;
}
}
@media screen and (max-width: 480px){
ul.mobilemenu {
max-height: 250px!important;
}
}
And Update it.
Thanks