Shopify themes, liquid, logos, and UX
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.
@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;
}
}
hello sorry it didnt work
@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.
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.
it worked thank you so much
hello i have the same problem can you help me to? but i dont find: base.css file.
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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025