Navigation Menu - switch to scrolling? - Dawn 3.0 Theme

Hi there,

Our navigation menu does not look great on desktop, essentially cutting off from view everything at the bottom of the list and it’s difficult to keep the menu and scroll the page at the same time. We’re using Dawn 3.0.

Is there a custom snippet of code I can add some where to make the menu scroll on desktop? (I like what it does on mobile.)

www.mvseedcollective.com

Thank you!

@tayloralexandra ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag:

Kind regards,
Diego

Hi there,
Jack from OpenThinking here!

Hi, try this

Paste the following code at the very bottom of inside your base.css inside the /assets/ directory

#Details-HeaderSubMenu-3 { overflow-y: scroll; max-height: 50vh }

let me know if this works for you. If yes: accept my answer and give me a thumbs up! Thank you.