blank space above second announcement bar

Dear all,

I’m struggling and i would need help of some more knowledgable people than me :slightly_smiling_face:

I realized that abow my second announcement bar with benefits blank space appeared - it wasnt there before.I tried to inspect code in chrome and it says there is top margin - if i remove it there problem disappears.

However i cant find this code in any place in shop and it happens even if i put 0 margin code to end of THEME.CSS

Any idea why this happens?

www.doramu.cz

pass:Lion1982

PetrMachacek_2-1618523409713.png

PetrMachacek_1-1618523398883.png

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Assets/quickview.scss.css and paste this at the bottom of the file:
.announcement-bar {
margin-top: 0!important;
}
1 Like

Great and thanks a lot! Worked like magic :slightly_smiling_face:

1 Like

Kindly feel free to get back to me if you need any further assistance Thanks!