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 #2489185
Empty space in Head Section
Closed

Comments

  • ugurege started the conversation

    Hi,

    We have empty space right before page title in desktop and mobile view, bigger in mobile view. Please see attached files. 

    Can you pls help on this ?

  •  2,699
    PenciDesign replied

    Hi,

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

    #header{ margin-bottom: 40px; }
    @media only screen and (max-width: 768px){
    #header{ margin-bottom: 20px; }
    }
    

    Change value 40 to space you want for desktop, and 20 to space you want for mobile.


    Best Regards,

    PenciDesign