Impulse Theme - Modern Shopify Theme Store

Impulse Theme - Modern Shopify Theme Store 6.0.1

No permission to download

Tixxy

New member
Jan 13, 2021
18
5
3
UK
Anyone having problems with the sticky header in v4.0.0 I have the fix.
  1. Go to your theme.css.liquid file
  2. Search for the class:
    CSS:
    .header-sticky-wrapper
  3. You should find this:
  4. CSS:
    .header-sticky-wrapper{
      position:relative;
      transform:translateZ(0);
      z-index:28;
    }
  5. Within that class delete the line:
    CSS:
    transform:translateZ(0);
  6. You should be left with this:
  7. CSS:
    .header-sticky-wrapper{
      position:relative;
      z-index:28;
    }
Your sticky header will work as normal now.
 
  • Love
Reactions: miki7777

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu