Home Forums WoodMart support forum Create space between menu tabs

Create space between menu tabs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #164891

    Xtolia
    Participant

    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?

    #164921

    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.

    #164929

    Xtolia
    Participant

    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.
    #164935

    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.

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