Home Forums WoodMart support forum Add Space between Menu in Header

Add Space between Menu in Header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #319841

    Hi,

    How do you add spaces between the main menu on header? It’s too close to each other

    Attachments:
    You must be logged in to view attached files.
    #319860

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    body .wd-nav-main li a{
    padding:0 40px;
    }

    You can change 40px to increase or decrease the gap between the menu items.

    Best Regards

    #319864

    Thanks that works out. But the DropDown is using a HTML Block and once adding the code everything is squeezed. See the image attached

    Attachments:
    You must be logged in to view attached files.
    #319876

    Hello,

    Please provide your site URL, if your site is under construction, insert the site credentials into the Private Content block below the text message.

    Best Regards

    #320130

    The site is under construction. Please view the deets in Private Content

    #320270

    Hello,

    Please replace the code with this one:

    body .wd-nav > li > a{
    padding:0 40px;
    }

    If you have any questions please feel free to contact us.

    Best Regards

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