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 #3105626
Avoid margin on Top Header
Closed

Comments

  • masuccijr started the conversation

    Hi team,

    How to avoid this bottom margin between menu and the first item of my Home Page ?

    I use the Header builder, but I don't get this option there and I do not find any option on Elementor Builder too, to avoid this margin.

    Do you have any idea ?


    Thank you 

  •  2,489
    PenciDesign replied

    Hi,

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

    body.home {
        --pchd-mg: 0;
    }

    Regards,
    PenciDesign.



  • masuccijr replied

    Thank You. That work for me.