How can I make my announcement bar at the top sticky on the Craft theme?

https://www.scanditure.com/

Hi @GiudFabri123 ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/base.css
  2. Add code below to end of file
.announcement-bar-section {
  position: sticky;
  top: 0;
}
1 Like

Thank you! It works!