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 #2514609
Header logo - remove blank space top/bottom
Closed

Comments

  •  1
    5against4 started the conversation

    i'd like to reduce/remove the blank space above and below my header logo. My logo has a small height, and i've set the Customize padding to 0, but there is still a lot of empty space above and below (see screenshot)

    It is possible to reduce/remove this? Same situation on mobile as well.

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, because we don't want the logo image touch to the navigation - so, we don't allow for value 0 on the padding.

    If you want to do that, please try add more this code to Customize > Custom CSS:

    #header .inner-header .container{ padding: 0; width: 100%; }
    

    Best Regards,

    PenciDesign

  •  1
    5against4 replied

    Ah that's great - thanks so much!