Jump to content

Adjust position of menu folder links on mobile

Recommended Posts

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
  • Replies 4
  • Views 412
  • Created
  • Last Reply
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. 

mobile menu.png

mobile menu2.png

Link to comment
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

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.