Suky Posted July 26, 2021 Share Posted July 26, 2021 Maybe this is dumb question but is it as simple as building a navigation in the footer and then hiding the header? I was hoping for the code to easily move my current header (which is at the top of the page) to the bottom. Link to comment
Solution tuanphan Posted July 27, 2021 Solution Share Posted July 27, 2021 18 hours ago, Suky said: Maybe this is dumb question but is it as simple as building a navigation in the footer and then hiding the header? I was hoping for the code to easily move my current header (which is at the top of the page) to the bottom. If you share link to your site, we can check & give the code to achieve this Suky 1 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
Suky Posted July 30, 2021 Author Share Posted July 30, 2021 Sure, thanks! It's www.bysukham.com Link to comment
tuanphan Posted July 30, 2021 Share Posted July 30, 2021 Add to Design > Custom CSS /* header to footer */ header#header { position: fixed !important; bottom: 0 !important; left: 0; z-index: 9999; width: 100%; top: unset !important; background-color: white !important; } article section:first-child { padding-top: 0 !important; } Vebjorn, sayreambrosio and Suky 2 1 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
donaldduckconfit Posted February 9, 2022 Share Posted February 9, 2022 I used this code and my mobile sites social media icons in the menu bar are unlinked and when tapping them they go nowhere. Also, the code shows when you scroll up for a second. Any fix on this? Any way to remove the footer from my backend side as well? www.ducksel.com Link to comment
Vebjorn Posted August 30 Share Posted August 30 Is it possible to only push down header for mobile header? Link to comment
tuanphan Posted September 2 Share Posted September 2 To make code run on mobile only, use this @media screen and (max-width:767px) { /* header to footer */ header#header { position: fixed !important; bottom: 0 !important; left: 0; z-index: 9999; width: 100%; top: unset !important; background-color: white !important; } article section:first-child { padding-top: 0 !important; } } If the code doesn't work, please share site url, we can check it again easier 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
Create an account or sign in to comment
You need to be a member in order to leave a comment