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 #2974769
Page header padding
Closed

Comments

  • Jessicahorseek started the conversation

    Hello. I need to remove the padding between the top navbar and page header. 
    On both global customization settings and page settings i set 0px for top padding but still the white space is showing. Screenshots attached.

  •  2,492
    PenciDesign replied

    Hi,

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

    body.elementor-page .pc-wrapbuilder-header {
        margin-bottom: 0;
    }

    Regards,
    PenciDesign.



  • Jessicahorseek replied

    Solved! Thank you :)