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 #2253848
decrees space under header
Closed

Comments

  • Michalholzberg started the conversation

    Hi,

    how do I decrees the white space between the menu and the post?

    I've attached a snip of what i mean

    Michal

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 479px) {
    body.single #header{ margin-bottom: 20px; }
    }
    

    Change value 20 to value as you want.


    Best Regards,

    PenciDesign