Hi dear,
i have a big issue on my store.
The desktop version is perfect.
The issue is related to the mobile version: only on Product page and Cart page, the home page is good.
There is a white border that is ruining my mobile version. I tried to check the base.css script but i couldn’t find where the problem is.
Would be really appreciated if you can solve this headache.
Best regards
1 Like
Moeed
June 26, 2024, 11:34am
2
Hey @domenicoomerta
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
i tried to search on base.css if there was some padding related to the specific template used for product page and cart page but didn’t find anything
1 Like
Moeed
June 26, 2024, 11:42am
5
Unable to locate it, can you share a screenshot for reference?
Best Regards,
Moeed
Moeed
June 26, 2024, 11:55am
7
Hey @domenicoomerta
There’s a code in your base.css file in line number 3884 of 10px of padding in your body tag, just remove that code and it should be good then.
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
line 3905?
}
body{
padding:10px !important;
}
Add this style in your edit code > base.css file
body.gradient {
padding: 0 !important;
}
Moeed
June 26, 2024, 12:06pm
10
Yes that’s correct, just remove that code and it should be good then.
Best Regards,
Moeed
1 Like
it worked! thank you so much dear really appreciated!
Moeed
June 26, 2024, 12:13pm
12
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.