Permanent Sticky Header on Minion Theme

Hi

I am using the Minion theme for my store (bulkcandystore.com) and it has an option for a sticky header but that only works when the customer is scrolling up. Any help would be greatly appreciated.

Ken

In “Theme Edit” go to Header Section, open “Custom CSS” setting of this section and paste this code:

{
  position: sticky;
  top: 0;
  transform: none;
  background: inherit;
}

This code would not work elsewhere, only in section Custom CSS setting.

Unrelated: your display on mobile is distorted because the judgeme medals widget being wider than screen.

Thanks for the quick and correct response, and for noticing the judgeme thing. I removed it for now.