Announcement bar disapears after 3 second on laptop

Hi there,

I have an announcement properly set up but this one is not showing after the page is fully loaded.

It works properly on phone but not laptop. i try to clear the cache and different navigator browser. It leaves a ugly space before the menu bar.

Thank for your help

Website jolenesteahouse.com

Hi @JTH

You can solve it by adding this code to Custom CSS in your Online Store > Themes > Customize > Theme settings

#shopify-section-announcement-bar { z-index: 99999; }