Create space between menu tabs
-
How can I add space between the menu tabs, since I don’t have too many tabs I want to extend the distance between each.. view attachment picture for reference. Is there a CSS code for me to insert?
Hello,
Are you talking about main menu? Where do you want to add more space? I think you forget to share screenshots.
Kindly provide me screenshot by pointing out the specific section so I can check and help you out accordingly.
Best Regards.
Added the screenshot, sorry I had to lower the image file size because my first import didnt send
Attachments:
You must be
logged in to view attached files.
Hello,
To add more space between your menu items you can use the below CSS code in global custom CSS area under theme settings >> custom CSS:
.woodmart-navigation .item-level-0 {
margin-left: 15px;
}
I used 15px margin, just to set an example for you, but you can increase or decrease it.
Best Regards.