Remove White Space from the Top (Mobile Version)

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!

1 Like

Hello @ManuelC1212 ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

1 Like

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;
}

@ManuelC1212

.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