Hi,
I’m trying to remove this white space in my website. Is there a way to make it so the background doesn’t peek through here? I know there are articles on this but I’ve tried a bunch of them and can’t figure out how to solve this. Can anyone help?
Hi,
I’m trying to remove this white space in my website. Is there a way to make it so the background doesn’t peek through here? I know there are articles on this but I’ve tried a bunch of them and can’t figure out how to solve this. Can anyone help?
Hi,
Please share your store URL.
Thanks
Welcome to Shopify Community.
Kindly share your Store URl,
So that, I can check and help you.
Thank you.
Please share your store URL
Hi there, thank you for your reply
Here is my store url and password:
shop password: skohlu
The issue is on the home page ![]()
Hi,
Please add below css in base.css file.
section#shopify-section-template--14653584244825__featured_collection {
margin-top: -10px;
}
Thanks
Hit Like and Accept as Solution if it helps you.
section#shopify-section-template--14653584244825__featured_collection {
margin-top: -9px !Important;
}
Add this code in the bottom of base.css file,
It worked perfectly and looks great, thank you so much! ![]()