Guest Posted January 1, 2021 Share Posted January 1, 2021 Site URL: https://kitecog.squarespace.com When I open the "About Us" folder in the site menu on mobile, the links appear lower on the screen than I would like. Is there a way to position them higher on the screen? (Side question: Is there a way to similarly position the slider arrows higher on the "Affiliations" page?) pw: kitecog Link to comment
tuanphan Posted January 1, 2021 Share Posted January 1, 2021 Try adding to Home > Design > Custom CSS div.header-menu-nav-folder--active>div { position: relative; top: -80px; } 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
Guest Posted January 1, 2021 Share Posted January 1, 2021 14 minutes ago, tuanphan said: Try adding to Home > Design > Custom CSS div.header-menu-nav-folder--active>div { position: relative; top: -80px; } That's exactly the positioning I want for the links within the folder! When I try it, though, it shifts the entire menu up. Link to comment
tuanphan Posted January 1, 2021 Share Posted January 1, 2021 Remove above & try this nav>div:not(:first-child) div.header-menu-nav-folder--active.header-menu-nav-folder>div { position: relative; top: -80px; } 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
Guest Posted January 1, 2021 Share Posted January 1, 2021 33 minutes ago, tuanphan said: Remove above & try this nav>div:not(:first-child) div.header-menu-nav-folder--active.header-menu-nav-folder>div { position: relative; top: -80px; } No visible change from the original format Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.