Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2420936
Increase space in menu
Closed

Comments

  • Sambacca started the conversation

    Hi,

    I'd like to increase space between items in the main menu of my blog (the space between "home", "ricette", exc…). How can I do it?

    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    @media only screen and (min-width: 1170px){
    #navigation ul.menu > li, #navigation .menu > ul > li{ margin-right: 50px; }
    }
    

    Best Regards,

    PenciDesign

  • Sambacca replied

    Perfect, thank you!