Mobile Version of Site Sliding Horizontally

Mobile Version of Site Sliding Horizontally

npdelivered
Visitor
2 0 0

Hello!

 

My mobile version of my website slides horizontally, when all I wish for vertical. I see that there are many posts like this, so I tried the fixes on the posts but none seemed to work.

 

Wondering if there is a special way to fix? Website is npdelivered.com

Replies 2 (2)

PageFly-Richard
Shopify Partner
4852 1091 1763

 

Hi @npdelivered 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

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

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

npdelivered
Visitor
2 0 0

Hey Richard!

 

I appreciate the response, I have installed that code snippet into my store but the issue seems to persist on the home page, for example.

 

I've uninstalled apps that I have on the home screen to test to see if one of them were the issue but none of them seemed to of mattered.