tetsoo Posted February 8, 2020 Share Posted February 8, 2020 Hi there, I am using Foster and have add some custom CSS to have a fix navigation on desktop & mobile: .Header, .Mobile { width: 100%; /* for IE and Edge */ position: fixed; /* for IE and Edge */ position: -webkit-sticky; /* For Safari 6.1+ */ position: sticky; /* Latest browsers */ top: 0; z-index: 4; } But as I have the Quick View option activated on my products, when scrolling the quick view buttons are active and going over the fix navigation (the navigation is the red part in the .jpg attached). Thank you for your help! Link to comment
tuanphan Posted February 8, 2020 Share Posted February 8, 2020 Can you share link to your site? Difficult to help without checking code. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tetsoo Posted February 10, 2020 Author Share Posted February 10, 2020 Hi Tuanphan, My website is password protected, can I send you a private message? Link to comment
tetsoo Posted February 12, 2020 Author Share Posted February 12, 2020 This solved it: .Header { position: fixed; z-index: 10000; width: 100% } .Site-inner { padding-top: 155px; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.