My Website on mobile keeps shifting left and right as i swipe

My Website on mobile keeps shifting left and right as i swipe

BobaWicks
Tourist
11 0 1

When i swipe down and swipe slightly to the left or right itll move my whole home page. I want the site to be just suck and be able tk swipe down cleanly. It is only happening on mobile. My site is BobaWicks.com and the pass is 1. 

Replies 7 (7)

NerdCurator
Shopify Partner
440 80 112

@BobaWicks  You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of base.css file.

 

@media only screen and (max-width: 600px) {
.banner__content{
display:block;
}
}

 

Believes in delivering optimizing web solutions | Shopify Partner | Working as a web developer for last 10+ years.
- Was my reply helpful? Click Like to let me know! Coffee tips fuel my dedication.
- Was your question answered? Mark it as an Accepted Solution
Email me: info@nerdcurator.com
BobaWicks
Tourist
11 0 1

hello sorry it didnt work

 

NerdCurator
Shopify Partner
440 80 112

@BobaWicks I have checked the code, it is not updated on the site. The code I gave is correct and working fine when I tested locally. If you are fine with giving collaborator access I can fix the issue. 

Believes in delivering optimizing web solutions | Shopify Partner | Working as a web developer for last 10+ years.
- Was my reply helpful? Click Like to let me know! Coffee tips fuel my dedication.
- Was your question answered? Mark it as an Accepted Solution
Email me: info@nerdcurator.com
InnovativeSelle
Visitor
1 0 0

Hello NerdCurator, I am facing the same issue on mobile, I tried to implement the code that you attached at the bottom of the code file, refreshed the page on my phone, but it is still not working. Please any help will do.

njasjasnjasjSB
Visitor
1 0 0

it worked thank you so much 

Dogan001
Visitor
1 0 0

hello i have the same problem can you help me to? but i dont find: base.css file.

 

PageFly-Victor
Shopify Partner
7865 1786 3134

Hi @BobaWicks

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset -> theme.css  paste the below code at the top of the file.

@media (max-width:767px){

overflow-x:hidden !important

}

   

Best Regards;

PageFly