Home Forums WoodMart support forum ADD MORE SPACE BETWEEN TOP NAVIGATION LINKS

ADD MORE SPACE BETWEEN TOP NAVIGATION LINKS

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

    wab11287
    Participant

    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.

    #46061

    Artem Temos
    Keymaster

    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

    #46109

    wab11287
    Participant

    Perfect, thank you!

    #46134

    Artem Temos
    Keymaster

    Great, you are welcome 🙂

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