View Single Post
  #2  
Old 04-22-2018, 09:40 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: White Crisp Sticky Header

This will make the header non-sticky:
Code:
#header-area .desktop-header.affix { position: relative; }

But when you scroll the page down the header resizes, and there are several CSS rules that update styles depending on whether the "#header-area .desktop-header" element has the "affix" CSS class, or the "affix-top" one. You will have to find styles that would revert this behaviour, or create a custom module that will replace the "skins/crisp_white/customer/js/header.js" file with another one that won't enable the "affix" plugin on the page.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote