my site has a very long list of product actegories of woocomerce which aren´t being shown completely: https://www.cellairis.mx if you go to where it says tienda en linea it will display main product categories, for example : where it says lg the menu will not display all of my categories and cannot scroll down, sony same problem and samsung, is there any way to show all category menus on the site? I have tried enabling mega menu but will show the same menu in dropdown with more spaces, columns and rows aren´t working apparently
Regards
Hey screege,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-main-nav ul ul {
height: 300px;
overflow-x: scroll;
}
However we would recommend you to reconfigure your menu. Maybe you could only add “Apple” link for example and display subcategories there. Would be better user experience in my opinion :)
Best regards,
Yigit
Thanks a lot this works so far will consider just putting the brand and then how can I put a menu that displays only per brand?
Regards