Space between header and announcement bar

Hi, I need to fix there’s space between my announcement bar and header. My site is NEWJRSY.com

thank you

HI @Luxurymrkt , Hope you are doing well.

Please add the below line of code CSS at the end of your theme.css file.

ul.list_items{
margin-bottom:0;
}

let me know if you have any doubts.

Hi @Luxurymrkt

This is Lucas 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 theme.css

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

div#shopify-section-template–19260069642548__slideshow {

margin-top: -15px !important;

}

Hope that my solution works for you.

Best regards,

Lucas | PageFly

Worked for mobile but not desktop

also had to change to -40px

any code for desktop? Thank you

Hello @Luxurymrkt

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.

.site-header__logo img {
    left: 50% !important;
}
div#shopify-section-template--19260069642548__slideshow {
    margin-top: -4% !important;
}

You can try to change it to -75px