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 #2812209
Margin between page header and first paragraph
Closed

Comments

  • evereth started the conversation

    Hi there,

    How could I reduce the space between page header and first paragraph on the  page?

  •  2,495
    PenciDesign replied

    Hi,

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

    #header {
        margin-bottom: 30px;
    }

    Change 30px to your value.

    Regards,
    PenciDesign.