Template Page with border mobile version

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

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

www.alcantarasartoriaitalia.com

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

Unable to locate it, can you share a screenshot for reference?

Best Regards,

Moeed

1 Like

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;
}

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!

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.