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 #2365361
Topbar Menu
Closed

Comments

  • tsmiddleton2 started the conversation

    Hello, 

    How can I add some padding between my logo and Topbar menu only? On mobile it looks too close together.

    Thank you

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 768px){
    #header .inner-header{ padding-top: 20px; }
    }
    


    Best Regards,

    PenciDesign