How do I remove a white band between my video and announcement bar?

Hello again,

I recently posted here about having a problem with my announcment bar and thanks to the community, it was solved.

However, I recently found a very interesting feature where you could make your announcment bar slide. I put the code on my shopify store, and it worked, but there is a small problem. When i put the code, and saw the results, i noticed a small white band between my video and the announcement bar :

Can someone help me get that white band off ?

Here is the link for my shopify store : https://blenderpure.com/

Many thanks to anyone who will provide any kind of help.

Best Reguards.

Hi @HHloot

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

div#shopify-section-sections–19657420734804__header {

margin-bottom: 0 !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

1 Like

Go to your Online store > Themes > Edit code > open theme.liquid file, add this code below after element

@media (min-width: 750px){
.section-header {
margin-bottom: 0px !important;
}
}

It worked !

Thank you so much for your help !

1 Like

You are welcome @HHloot :blush:

1 Like