Home Forums WoodMart support forum Menu Spacing

Menu Spacing

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

    silentmedia
    Participant

    Hello!

    Could you please let me know how I can space out the Main Menu?

    See https://www.forest-av.com/
    You can see the menu items are too close together. I want space between menu items.

    So it looks more like this…
    https://www.johnlewis.com

    #107190

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-navigation .item-level-0 > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    Change 10px for the value as per your needs.

    Best Regards

    #107268

    silentmedia
    Participant

    Hi, thanks a lot for your help. I know this is extra support you offer us! 🙂

    It’s works great.

    Kind Regards,
    Jasbir

    #107279

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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