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 #2039423
Header distance to socials
Closed

Comments

  • highspeed_videos started the conversation

    Hi, I would like to reduce the distance between the Logo, claim and the social media like you have it in your demo

    http://soledad.pencidesign.com/?slider=style-31&body=boxed-none

    How can I bring the social media icons a bit closer to the Logo and claim? (please check att.)

  •  2,699
    PenciDesign replied

    Hi,

    On your site, you're using social icons on main navigation.

    On our demos, we're use header social icons. That's different.

    Now, have 2 ways to help you do that:

    1/ Remove the navigation and enable header social icons via Customize > Logo and Header Options.

    2/ Use custom CSS code to reduce the space.

    I will help you do that in way 2, please try add more this code to Customize > Custom CSS to do that:

    #navigation.header-5 .main-nav-social{ line-height: 16px; margin-left: 0; }
    #header .inner-header .container{ padding-bottom: 5px; }
    

    Best Regards,

    PenciDesign

  • highspeed_videos replied

    Great, thank you. It works perfect in both ways.