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 #1570655
More space between menu and social icons
Closed

Comments

  • Vittorio started the conversation

    Hi :)

    I have a header menu 5 (centered) but I would like to add more blank space between the menu links and the social icons.

    What code do I have to add/edit? 

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    Your site is under construction mode, so I can't see what's social media style you're using.

    Can you make your site live to I can see it?


    Best Regards,

    PenciDesign

  • Vittorio replied

    Maybe you can see it in the attachment?

    I want to make a bigger gap between menu link and the "block: social-search"

  •  2,699
    PenciDesign replied

    Hi,

    Ok, I know about this.

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

    @media only screen and (min-width: 961px){
    #navigation.header-4 .main-nav-social, #navigation.header-5 .main-nav-social{ margin-left: 60px; }
    }
    

    Change number 60 to any value you want.


    Best Regards,

    PenciDesign

  • Vittorio replied

    Awesome! Thanks a lot ;)