Home Forums WoodMart support forum Where to change categories menu row height?

Where to change categories menu row height?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #559767

    kalvisk
    Participant

    Hi, Where to change main menu categories row height?

    Attachments:
    You must be logged in to view attached files.
    #560436

    Hung Pham
    Keymaster

    Hi kalvisk,

    Thanks for reaching to us and appreciate your patience.

    Currently, there is no such an option to control menu categories’s height, it depends on the list of categories.

    Regards,

    #560876

    kalvisk
    Participant

    How to change them by CSS coding?

    #561394

    Hung Pham
    Keymaster

    Hi kalvisk,

    First of all, take my apologies for the delay in answering because of the weekend.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > CSS for desktop section:

    div.whb-header-bottom .wd-dropdown {
    	height: 50vh;
    	overflow: hidden;
    	overflow-y: scroll;
    }

    Regards,

    #561558

    kalvisk
    Participant

    Hi, thank you for replay, but i dont want to make menu scrollable i want to reduce spacing between rows to make all section to fit the size that depicted in red square in attached picture (reduce height of all section).

    Attachments:
    You must be logged in to view attached files.
    #562030

    Hung Pham
    Keymaster

    Hi kalvisk,

    Thanks for your patience.

    If you don’t want the menu dropdown be scrollable, so you simply remove categories from menu only, the height depends on number of categories.

    Regards,

    #562032

    kalvisk
    Participant

    Please take a look on photo and questions that im asking to you! You didnt answer to my question and its taking very long time you to replay.

    I need to change spacing between rows in menu.

    #562232

    Hung Pham
    Keymaster

    Hi kalvisk,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > CSS for desktop section:

    ul.wd-nav-vertical>li>a{
    	padding: 7px 18px;
    }

    Regards,

    #562594

    kalvisk
    Participant

    Thanks, that worked, but how can i change drop down menu height? Is it possible to put height same as menu height to make it change automatically?

    Attachments:
    You must be logged in to view attached files.
    #562894

    Hung Pham
    Keymaster

    Hi kalvisk,

    You can set Custom Width and Height to Mega Menu https://prnt.sc/JldbJ6qt3LbS

    Please check this Theme Mega Menu dropdown https://xtemos.com/docs-topic/create-mega-menu/

    Best Regards.

Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)