[Mobile] Remove Menu + Blank above pictures

Hi Team,
Thanks for this amazing theme.

I am having some trouble with the mobile version :
There is a big blank between the menu (provided by the WPR plugin) on all pages + articles.
I spent hours to play with CSS to try to remove it but I can’t.

Can you help me remove blanks + the old menu ?

Thank you

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Hi,

Thank you for your answer.
I am good and you?

Sure, the url is www.crypto-info-service.fr

Regards,
Jack

Hello there,

I am great.

You can use the following CSS code to remove the gap by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove gap*/
body.home.page-template-default.page.page-id-2.custom-background.cookies-not-set.cbp-spmenu-push {
    padding-top: 0px !important;
}

Best Regards,
Support