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 #2835605
Header padding bottom
Closed

Comments

  • juli312c started the conversation

    Hi

    How do I change the padding underneath my header-logo? There's much space between my first post and the header-image, which I want to decrease.

    The space / padding also increases when I change the screen-size from desktop to small screen and again to mobile-version.

    Thank you.


  •  2,493
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    #header {
        margin-bottom: 5px;
    }
    Change 5px to your spacing.

    Regards,
    PenciDesign.


  • juli312c replied

    Thank you very much.