Gap between Header and main content

Hello,
I’m using a page builder.
And I have gap between my navbar and main content.How can i fix it?

Please see image attached.

Thank you

website link for reference: https://www.hdprodmcc.ae/?page_id=1206

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/remove top padding/
#content > section{
padding-top:0px;
}

Best Regards,
Support

Hello Support,

Problem solved!
Thankyou!!

Thanks my padding works fine , But I notice that the image of my page blocking my sub menus.

Hello?

I think i found a solution ,
I just increase my z-index of my header css.

Thanks

Hello there,

I am glad that you found a solution.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support