Announcement bar shifting (Dawn Theme)

Announcement bar shifting (Dawn Theme)

Blossomsloft
Tourist
8 0 1

Hello,

Can someone please help?

The announcement bar is causing Cumulative Layout Shift (CLS) Issues. With every page change the announcement bar messages all shows up at once for a few seconds causing a shift. This is occurring in both the website and mobile. 

Https://blossomsloft.com/

 

Thanks in advance

 

 

Replies 2 (2)

rajimulislamjoy
Shopify Partner
358 37 66
Fix the Cumulative Layout Shift (CLS) issue caused by the announcement bar on your Shopify site, try setting a fixed height for the announcement bar in your CSS. This will prevent the layout from shifting when the messages load. Here's a quick CSS snippet you can add
 
.announcement-bar {
height: 50px; /* Adjust this value based on your design */
overflow: hidden;
}
Please don't forget to Like & Mark Solution to the post that helped you. Thanks!
If you'd like to support me, you can Buy Me a Coffee
Need a Shopify Designer or Dropshipping Expert ?
Hire us at WhatsApp! For Shopify Design | Shopify Customize | Dropshipping
Blossomsloft
Tourist
8 0 1

Thanks for your response, but that did not fix the issue.