Hi I realized when scrolling that I can scroll the page left on mobile which allows open space on the side. I’d like this to be disabled. I’m not sure if maybe some code for filter button or something changed to allow this but it’s not good for the user.
my site is https://luxurymrkt.com/collections/newest-products
hi @Luxurymrkt
This is PageFly - Free Landing Page Builder. I would love to provide my recommendations for your store.
Regarding your concern to disabled the scroll able and to get the screen fixed. Please add the code below and follow the instructions
Step1: Online store > Themes > Edit code > search for your theme file .css that could be theme.css
Step2: Paste the code to the end of the file
html,body {
overflow-x: hidden !important;
max-width: 100% !important
width: 100% !important
}
Hope this helps.
Best regards,
PageFly
2 Likes
Hi it worked! Only thing is the Filter button isn’t sticky anymore doesn’t stay up top now. Possible to fix? It slides with page now
hi @Luxurymrkt Please help me to delete the code you added and replace it with this:
@media (max-width: 767px){
.page-width .small--grid--flush {
margin: 0 !important;
}
}


