Hi @GiudFabri123 ,
May I suggest to update code these steps:
- Go to Store Online-> theme → edit code
- Assets/base.css
- Add code below to end of file
.announcement-bar-section {
position: sticky;
top: 0;
}
1 Like
Thank you! It works!
