How to remove giant empty header space

Hi, I didn’t want a header, so I removed it. There is a giant empty space above the body section (see photo below). It doesn’t seem to be a body padding issue. Beyond that, I’m a bit over my head. How do I remove this giant space? My site URL is www.osanla.com.

Hi @osanla ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css or styles.css

Step 3: Insert the below code at the bottom of the file → Save

.drawer {
    display: none;
}

Here is result:

Hope this can help you

Hi @osanla

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly