wrachapman Posted November 1, 2019 Share Posted November 1, 2019 Hi guys it would be great if anyone knows how to make the navigation header fixed to the top of the screen on the Haute template? The mobile header is already fixed but I cant manage to do it on desktop. I imagine there might be some simple css that I can add 🙏 Thanks! Link to comment
brandon Posted November 2, 2019 Share Posted November 2, 2019 Hi there. Insert the following via Custom CSS: .Header { position: -webkit-sticky; position: sticky; top: 0; z-index: 890; } .collection-type-blog.view-list.tweak-blog-list-full-bleed:not(.tweak-blog-list-filter-show) .Header, .collection-type-blog.view-list.tweak-blog-list-full-bleed.tweak-blog-list-filter-show:not(.has-active-filter) .Header, .collection-type-blog.view-item.tweak-blog-item-header-full-bleed .Header { position: fixed; } -Brandon If a response helped you out, send a 'Like' 👍 (bottom-right) and/or 'Upvote' (top-left) Link to comment
tuanphan Posted November 2, 2019 Share Posted November 2, 2019 Add to Home > Design > Custom CSS header.Header { position: fixed !important; top: 0; left: 0; right: 0; z-index: 999; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.