How can I remove a white bar from the top of my website?

I have a white bar at the top of my website I can’t seem to remove…

Website is: https://drizzilicious.myshopify.com/

Password is drizzy

Any thoughts??

Thanks,

Matthew Ortalano

Hi @Mattinnovations

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

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

Step 2: Search file base.css

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

body {

line-height: 0 !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Worked! Thank you!

Actually this makes the body paragraphs on the home page lose all lines.. so it doesn’t work because I need those to be legible also.. any thoughts?

.section-header.shopify-section-group-header-group {
margin-top: -31px !important;

}

You can try this code

1 Like

Awesome!! works! thanks so much!

1 Like

You are welcome @Mattinnovations :blush: