Hello,
I have some extra space on top of my home page that I want to get rid off. I don’t understand why it’s up there. I don’t even make use of an announcement bar.
The link of my store: https://muselabel.nl/
Hello,
I have some extra space on top of my home page that I want to get rid off. I don’t understand why it’s up there. I don’t even make use of an announcement bar.
The link of my store: https://muselabel.nl/
Add this css in your edit code > base.css file
.section-header {
margin-bottom: 0 !important;
}
Hey @Muselabel
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
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the bottom of the file.
@media screen and (min-width: 750px) {
.section-header {
margin-bottom: 0px !important;
}
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
It does work on my desktop but not on my mobile phone. Do you have another solution for this problem?
It does help, but not on my mobile phone. Do you have a solution for this?
It does help, but not on my mobile phone. Do you have a solution for this?