WesQ
November 17, 2023, 3:36pm
1
Hi,
The website I am working on has a margin or padding on the right side of the entire site. Its not a huge issue on desktop but is particularly noticeable on mobile. I have followed various solutions that have been posted here in the past but not have worked my this particular theme. The theme being used is Impulse. Thanks!
Hi @WesQ , can you share your store url?
Hi @WesQ
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag → save.
Body{
overflow-x: hidden;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hephzi
November 17, 2023, 3:51pm
4
Hello there send your store link let me go through it properly
WesQ
November 17, 2023, 4:25pm
5
I have followed these steps but it has not seemed to work though. Thank you for replying
WesQ
November 17, 2023, 4:25pm
6
the store link is www.bionicgym.com
WesQ
November 17, 2023, 4:41pm
7
Hi Abdosamer,
The store url is www.bionicgym.com
Please try again with this code:
body{
overflow-x: hidden;
}
WesQ
November 24, 2023, 9:46am
9
I have entered this before the tag but still not joy. The margin appears to be gone on desktop but is still appearing on mobile.