DCrosby Posted January 16, 2020 Share Posted January 16, 2020 Hi all, Looking for some help in trying to do a fixed header on the Mentor template. Any help is much appreciated! Thanks! Link to comment
tuanphan Posted January 18, 2020 Share Posted January 18, 2020 add to Home > Design > Custom CSS @media screen and (min-width:640px) { /* Desktop */ header.Header.Header--bottom { position: fixed; top: 0; left: 0; right: 0; z-index: 999; padding-bottom: 30px; } /* Remove Overlap Content */ .Content-outer { margin-top: 90px; } } /* Mobile */ .Mobile-bar.Mobile-bar--top { position: fixed; top: 0; z-index: 999; left: 0; right: 0; } 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
ELB888 Posted January 19, 2020 Share Posted January 19, 2020 Would this code work to make a header fixed on a 7.1 template? Link to comment
tuanphan Posted January 24, 2020 Share Posted January 24, 2020 On 1/20/2020 at 1:37 AM, ELB888 said: Would this code work to make a header fixed on a 7.1 template? I don't know, haven't tested with 7.1. You can try If it doesn't work, you can ask a question, include link to your site 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.