Strange page shifting

Solved

Strange page shifting

gihan7575
Explorer
60 1 7

I have no idea what this is called, but recently this became a new thing. If you go on my website and use a trackpad on a laptop or a mobile device you're able to shift the page in a strange way. Any explanation why it's doing this and the solution? I have an idea this may be due to the page size isn't coherent with the other elements on the screen, but this was only recently an issue as I changed to a newer theme.

 

Website: https://lobonewyork.com/

Gigi
Accepted Solution (1)

LuffyOnePiece
Shopify Partner
650 93 120

This is an accepted solution.

HI @gihan7575 ,

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

<style>
body.gradient {
    overflow-x: hidden;
}
</style>

 

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
LuffyOnePiece

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184

View solution in original post

Replies 5 (5)

LuffyOnePiece
Shopify Partner
650 93 120

This is an accepted solution.

HI @gihan7575 ,

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

<style>
body.gradient {
    overflow-x: hidden;
}
</style>

 

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
LuffyOnePiece

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184
gihan7575
Explorer
60 1 7

Hey, this works only on desktop. It doesn't work on mobile.

Gigi
LuffyOnePiece
Shopify Partner
650 93 120

Hi @gihan7575 ,

 

It seems the page is from the page fly App.

You can customize the layout from the pagefly.

 

Thank you

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184
gihan7575
Explorer
60 1 7

Oh haha you are right. I checked the shopify pages and it's working. Thanks

Gigi
AAAA999
Visitor
1 0 0

Hello,

How you solved on mobile?