MJFC Posted March 10, 2023 Share Posted March 10, 2023 (edited) https://mjfc-temp.squarespace.com/ I'm using split nav to balance things out: /*Make split navigation*/ .header-nav { position: absolute; top: 40px; bottom: 0; margin-top: 0!important; margin-left: -10px!important; z-index: 9999999; } .header-nav-item:nth-of-type(3) { margin-right: 230px!important; } .header-title { position: relative; z-index: 999999; } Any thoughts on being able to have both sides of my nav AND my logo properly clickable? I'm guessing I need to somehow customer my left and right sides of my nav so they don't go through / behind the logo based on z-index values.. Edited March 10, 2023 by MJFC Link to comment
Solution tuanphan Posted March 10, 2023 Solution Share Posted March 10, 2023 Add this CSS under /* Make logo clickable */ .header-title { position: relative; z-index: 99999999999999999999999999; max-width: 200px; margin: 0 auto; } 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
MJFC Posted March 11, 2023 Author Share Posted March 11, 2023 Thank you @tuanphan! I really need to get my css 🧠 up to scratch. 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