ADD MORE SPACE BETWEEN TOP NAVIGATION LINKS
-
I am trying to adjust the spacing between the top menu links in the woodtheme. I would like to add more room between each one.
I am using the “handmade” layout to start with. I am just not sure what custom css I need to add to give it more space.
Thank you.
Hello,
Thank you for purchasing the WoodMart theme.
Please add this code to custom CSS area in the Theme Settings in order to change it:
.woodmart-navigation .item-level-0>a {
padding-left: 20px;
padding-right: 20px;
}
You can set any padding value instead of 20px.
Regards
Great, you are welcome 🙂