Hi there, I’ve got this issue where on the first section of my home page, I have this massive gap which when you enter as a mobile customer, you basically don’t see anything except for the gap and the line below. (The blue part above “the smile of your dreams…”)
I’ve tried Sidekick to generate a code, it works but there is something with it that when saving it goes back to normal.
If anyone please understands and knows how to solve this, please do, I’ll leave the code and a screenshot here, thank you!
Code by Sidekick:
@media screen and (max-width: 749px) {
.shopify-section–hero,
.hero-section,
[class*=“hero”] {
margin-top: 0 !important;
padding-top: 0 !important;
}
.shopify-section–hero .container,
.hero-section .container {
padding-top: 0 !important;
}
}
Lines that supposedly are truncating the code from working:
.shopify-section–hero,
.hero-section,
[class*=“hero”] {
