buxton328 Posted January 1, 2021 Share Posted January 1, 2021 (edited) 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 Edited January 1, 2021 by buxton328 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 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
buxton328 Posted January 1, 2021 Author 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 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
buxton328 Posted January 1, 2021 Author 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
Create an account or sign in to comment
You need to be a member in order to leave a comment