Jump to content

How can I add a scroll to my website to accommodate my long dropdown menu?

Recommended Posts

Hi guys! 

My website is below:

producedbybeckert.com (password is "BRANDED")

You'll notice that if you click on "Conversations," and you're on a standard macbook laptop- you can't even scroll down to see all of the links that appear under the "Conversations" dropdown link. 

my question is: how do I fix this? how do I add the ability to keep scrolling? Right now my website is fixed on my page, so i can't scroll down to the bottom of the dropdown menu. 

 

 

Link to comment
  • 4 months later...
On 6/13/2023 at 10:14 AM, tuanphan said:

Use this CSS

div.header-nav-folder-content {
    max-height: 300px;
    overflow-y: scroll;
}

image.png.05bc7db50d1cd8af01f16cdb1362cb51.png

Remove code I sent & Use this (for Conditions)

div.header-nav-item:nth-child(5)>div.header-nav-folder-content {
    max-height: 200px !important;
    overflow-y: scroll !important;
}

image.thumb.png.16d734c94e0a909bc09048c4240cd4c6.png

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
  • 1 month later...
18 hours ago, ashleemundywebsitede said:

This didn't seem to work for me so wondering if it's just for 7.1? If so, how can I do this on 7.0? Thanks!

Each template in 7.0 will have a different structure so need a different code

If you share site url, we can check & give code easier

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
  • 1 month later...
On 9/18/2023 at 5:26 AM, NOLAGallery said:

Using @tuanphan code: 

div.header-nav-folder-content {
    max-height: 300px;
    overflow-y: scroll;

we were able to add the ability to scroll. Thanks @tuanphan

Can anyone assist with guidance to add force the scroll bar appear when first selecting the drop down? See "Artist" on site: https://www.union.gallery

Many thanks

 

I see you figured it out on union site?

image.thumb.png.ee1ce1e468edfe385e567d720e3284df.png

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
  • 3 months later...
17 hours ago, sheswired said:

Hi. Can anyone assist with code for the Bedford template, please? We have a long dropdown under the Clinicians nav and are unable to scroll to see the entire list. Thanks for any code assistance. https://www.midtownpsychotherapy.org/

Solved with the code, you can adjust number 300

div.subnav {
    max-height: 300px;
    overflow-y: scroll;
}

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.