How to remove space between header and first section on mobile

Hello
How to remove space between header and first section on mobile. I searched for a solution but couldnt find.

On desktop view is ok, on mobile view there is a white space

Hi @danailyovev,

Sometimes the only screenshot doesn’t help us to recognize the issue you are having. Can you please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Login URL
– Specific page URL where you are having this issue
– WordPress Editor username/password to check the editor’s view

To create a secure note, click the key icon underneath any of your posts.

Thanks

I’ve added it

Hello @danailyovev,

You are having this issue because you have added this custom CSS code in Appearance > Customize > Additional CSS.

@media all and (max-width: 767px) {
.x-main {
margin: 50px 0 0 0;
}
}

Please remove this code to resolve your issue. Kindly let us know how it goes.

I got it, i’ve add it so it can help my header in PRO in other site…

Great. If you need anything else feel free to open a new topic.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.