Hello Sir/Ma’am Help!!
Why my site is Horizontal Scrolling from Side in Mobile View theme is Sense.
Link - store.tradingneu
.coAmbika Store
Horizontal horizontal scroll in mobile view on the product page (Shopify Sense theme). The original poster shared a site link and a screenshot; the image is central to illustrating the issue.
Actions/outcomes: No confirmation that the issue is resolved. The original poster has not reported back.
Suggested next steps:
Status: Ongoing; whether the CSS fixes fully resolve the scroll remains unanswered.
Hello Sir/Ma’am Help!!
Why my site is Horizontal Scrolling from Side in Mobile View theme is Sense.
Link - store.tradingneu
.coAmbika Store
hello @jayesh1128
can you please share your Website URL
thanks
Plehi @jayesh1128
You can solve it by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings
@media (max-width: 749px) {
html, body {
overflow-x: hidden;
}
}
Hey @jayesh1128
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Step 1: Go to Admin → Online store → Theme > Edit code
Step 2: Search for the file theme.liquid
Step 3: Add this code before tag
Hello @jayesh1128
I’ve check your PDP and we found the issue in product description table element. so please add below css to resolved your scroll issue.
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag