Home / Forums / WoodMart support forum / Where to change categories menu row height?
Home › Forums › WoodMart support forum › Where to change categories menu row height?
Where to change categories menu row height?
- This topic has 9 replies, 2 voices, and was last updated 1 year, 6 months ago by
Hung Pham.
-
AuthorPosts
-
April 23, 2024 at 11:48 am #559767
kalviskParticipantHi, Where to change main menu categories row height?
Attachments:
You must be logged in to view attached files.April 25, 2024 at 6:09 am #560436
Hung PhamParticipantHi 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,
April 26, 2024 at 8:55 am #560876
kalviskParticipantHow to change them by CSS coding?
April 28, 2024 at 11:05 am #561394
Hung PhamParticipantHi 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,
April 29, 2024 at 10:11 am #561558
kalviskParticipantHi, 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.April 30, 2024 at 2:08 pm #562030
Hung PhamParticipantHi 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,
April 30, 2024 at 2:12 pm #562032
kalviskParticipantPlease 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.
April 30, 2024 at 8:35 pm #562232
Hung PhamParticipantHi 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,
May 2, 2024 at 10:35 am #562594
kalviskParticipantThanks, 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.May 3, 2024 at 8:04 am #562894
Hung PhamParticipantHi 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.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register