How can I prevent the top bar from hiding on mobile with Turbo theme 7.0.2?

@Only1mrsfragili

thanks

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 798px) {
.promo-banner--show .promo-banner {display: none !important;}
}