Overlapping Announcement on Header

Overlapping Announcement on Header

dreamworldeques
Excursionist
27 0 7

Hello

Overlapping Announcement on Header upon scrolling .

I want this header stay always while scrolling .

Can someone help me to fix that .

 

dreamworldeques_0-1749149747580.png

 

 

Thank you

Replies 3 (3)

Small_Task_Help
Shopify Partner
1112 53 110

Hi,

Hope this will work

- Find and Edit CSS File, add css

CSS example

.announcement-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header-wrapper {
  position: fixed;
  top: 40px; /* or adjust depending on your bar height */
  width: 100%;
  z-index: 999;
}

body {
  padding-top: 80px; /* make space so content doesn't hide under fixed bar and header */
}

You can customize announcement bar heights as per your requirement

To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad
dreamworldeques
Excursionist
27 0 7

tried but no luck with that.

thank you though 

dreamworldeques
Excursionist
27 0 7

any help please