Why is there a blank on my site on mobile when i swipe right?

I have tried various suggestions, but I have not found one to work for me. My site is luxicy999.com. Any help would be greatly appreciated!

Hello,

Adding the below CSS code at the end of your base.css file should address this issue:

body.gradient {
  overflow-x: hidden;
}

Cheers!

Hi @luxicy999

This is Victor from PageFly - Landing Page Builder App.

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file base.css

@media screen and (max-width: 767px){
html,body{
    overflow-x: hidden! important;
}                                                                            
}

Hope this answer helps.
Best regards,
Victor | PageFly

Hi @luxicy999
Its because of rich text section above newsletter section. Please remove that one

hallo @luxicy999

Adding the below css code at the and of custom.css file

body {

overflow:hidden; !important}