Home › Forums › WoodMart support forum › Categories not visible on home page menu if there are large number of categories › Reply To: Categories not visible on home page menu if there are large number of categories
July 7, 2019 at 9:09 am
#131638

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .menu-categories-container{
max-height:311px;
overflow-y:scroll;
}
Set the height as per your needs. The scroll is not a good idea, the mega menu blocks became difficult to click.
Best Regards