How can I make my announcement bar stick to the mobile header?

Can someone help me make my announcement bar stick to the header ? on mobile

you will need to go to any other page than the index page to view the announcement bar

https://mf7p28qgb1vo0fms-29567713340.shopifypreview.com

1 Like

@joshualev

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme-custom.css ->paste below code at the bottom of the file.
@media screen and (max-width: 640px){
div#sticky-atc- {
    top: 80px !important;
    position: sticky!important;
}
}