BeeperChirp Posted February 18, 2020 Share Posted February 18, 2020 Site URL: https://www.nateburdette.com/where-am-i In the cover page format in York, is it possible to move the headline ("Art by Chris Baker") to the bottom of the page so that it doesn't appear like the site title? No other cover page format accomplished my goals; this is the best layout for me. https://www.nateburdette.com/where-am-i PW: kagome69 Any insight is greatly appreciated! Link to comment
tuanphan Posted February 18, 2020 Share Posted February 18, 2020 Add to Cover Page Header <style> [data-slice-id="5e35eda212c5156ca614f3e3"] h1 { position: fixed; bottom: 50px; left: 50%; transform: translateX(-50%); } </style> 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
Guest ladyniks Posted February 25, 2020 Share Posted February 25, 2020 How did you get to remove the site header in your home page... I am having a hard time making this happen. Link to comment
BeeperChirp Posted February 26, 2020 Author Share Posted February 26, 2020 Hey @ladyniks, I'm using a Cover Page format. If you have a Cover Page in your template, there could be a good option like this. But if not, Tuanphan actually did give me a code for hiding the nav. Try this out: <style> header#header { display: none; } main#page { margin: 0; padding: 0; width: 100%; max-width: 100%; } </style> Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.