omero
August 18, 2023, 12:46pm
1
Hello,
I need help removing some white space. It is between header and main content on homepage. I tried many solutions but didn’t find the fix yet. The space is too big on mobile.
Screenshot: https://snipboard.io/4XOIzJ.jpg
Could you help me with that?
Store url: designsfordivine.com
Any help is much appreciated
Moeed
August 18, 2023, 12:51pm
2
Hey @omero
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
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @omero
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset > base.css and paste this at the bottom of the file:
@media screen and (max-width: 989px){
.section-template--19358372692295__b8a545bf-cf41-478f-93ad-6d8ce8b95ce8-padding {
margin-top: 0px!important;
}
}
Hey, is there a way to make it work for desktop too ?