Hello!
Im having an issue with a white space appearing on a horizontal scroll on my mobile view.
I’ve tried adjusting the css as shared in previous posts, but with no luck!’
webpage is here! ramababy.co
Hello!
Im having an issue with a white space appearing on a horizontal scroll on my mobile view.
I’ve tried adjusting the css as shared in previous posts, but with no luck!’
webpage is here! ramababy.co
@ramababy , do this to fix it in 20 seconds:
body,html{
overflow-x: hidden;
}
If it helps you please click on the “like” button and mark this answer as a solution!
Thank you.
Kind regards,
Diego
Hi @ramababy
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the 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
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Your site Problem Is As Cute as Pie Section This Make A Slide Your Screen
i Have Fixed It
Put This Code In Your base.css File
.f-app .f-col-1708398038qECyv {
overflow: hidden;
}
Thank you so much! that worked!