Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #734452

    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

    • This topic was modified 7 years, 3 months ago by screege.
    #735888

    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

    #739151

    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

    #739434

    Hi,

    You can simply add new Custom Link in Appearance > Menus :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.