Home › Forums › WoodMart support forum › Menu Adjustments
Menu Adjustments
- This topic has 11 replies, 2 voices, and was last updated 5 years, 4 months ago by Elise Noromit.
-
AuthorPosts
-
June 23, 2019 at 12:57 am #129673
newK9ParticipantHi, How would I go about padding out the menu items as they are currently too close together. I would prefer them a little bit more spaced out, like the picture below.
Also is it possible to remove the arrows next to the words in the menu but still have a drop down menu?
Thank you for your help.
Attachments:
You must be logged in to view attached files.June 23, 2019 at 8:39 am #129680
Elise NoromitMemberHello,
You need to reduce the width of the column which contains the Main menu item. Try to change the row flex layout https://xtemos.com/docs/woodmart/header-builder/header-rows-flex-layouts/
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-navigation .item-level-0.menu-item-has-children>a:after { display:none; }
Best Regards
June 23, 2019 at 4:05 pm #129711
newK9ParticipantI’ve sorted the width of the columns for the menu but still the “menu items” are still too close together. I would prefer some padding in between them to space them out more than they are already. I’ve tried to show in the image below.
Attachments:
You must be logged in to view attached files.June 24, 2019 at 8:04 am #129757
Elise NoromitMemberHello,
Please provide the valid site admin access to the private area.
Best Regards
June 24, 2019 at 8:31 pm #129897
newK9ParticipantSure. Thank you Elise
June 25, 2019 at 8:17 am #129933
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Desktop:
body #menu-main-navigation .item-level-0 > a { padding-left: 30px; padding-right:30px; }
Best Regards
June 30, 2019 at 3:46 pm #130740
newK9ParticipantBrilliant has worked perfectly. I was wondering if you could help me with another query?
Can you only have a sticky header on mobile but not for the desktop version of the site? The main header section.
Attachments:
You must be logged in to view attached files.June 30, 2019 at 8:03 pm #130755
Elise NoromitMemberHello,
Unfortunately, there is no option to do that.
Best Regards
June 30, 2019 at 8:45 pm #130757
newK9ParticipantDo you not have any possible code to override sticky header from showing on desktop this.
July 1, 2019 at 6:52 am #130768
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Desktop:
body .whb-sticked{ display:none; }
Best Regards
July 1, 2019 at 9:53 pm #130898
newK9ParticipantHi, I’ve added the code but the desktop version is a little buggy/flickery. Once you scroll down the page it starts to flicker a little not as a smooth scroll down the page. Once I remove the code it becomes very smooth again upon scrolling down the page. Something isn’t quite right with the code.
July 2, 2019 at 6:04 am #130923
Elise NoromitMemberHello,
There is no option to hide the sticky header on the desktop by default. The provided code just deletes the sticky header. Another way will require more complicated customization which is not covered by our support.
Best Regards
-
AuthorPosts
Tagged: menu style
- You must be logged in to create new topics. Login / Register