Hello - My site bylilla.com has a weird white space that appears only on mobile after you try to scroll down.
Can anybody help me?
Thanks!
Hello - My site bylilla.com has a weird white space that appears only on mobile after you try to scroll down.
Can anybody help me?
Thanks!
Hello @ManuelC1212 ,
You can follow these steps:
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Hello There,
Admin go to online store → themes → actions → edit code
Find Asset >stylesheet.css and paste this at the bottom of the file:
.header-section {
margin-top: 0!important;
}
.header-section {
margin: 0 !important;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
@media only screen and (max-width: 769px) {
#shopify-section-header .header-section{
margin-top:0 !important;
}
}
put that code in your stylesheet.css