tlopeznm Posted September 20, 2019 Share Posted September 20, 2019 I tried using custom css and it works on home page but on the other pages that are index page the navigation wont stick. Is there a way to do that? header { position: fixed; } Link to comment
tuanphan Posted September 20, 2019 Share Posted September 20, 2019 @tlopeznm use this code .homepage header { position: fixed; 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 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
tlopeznm Posted September 23, 2019 Author Share Posted September 23, 2019 This work on home page only but all the other index pages the header will not stay fixed. Is there anyway to make it work on all the other pages? Attached is an image of my pages Link to comment
codydboyce Posted April 20, 2020 Share Posted April 20, 2020 I also have this same question. I tried the code above and it is not working on my site, for the homepage nor any other pages. .homepage header { position: fixed; left: 0; right: 0; z-index: 999; } Link to comment
tuanphan Posted April 20, 2020 Share Posted April 20, 2020 1 hour ago, codydboyce said: I also have this same question. I tried the code above and it is not working on my site, for the homepage nor any other pages. .homepage header { position: fixed; left: 0; right: 0; z-index: 999; } Can you share 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.