MarisaGarner Posted November 4, 2019 Share Posted November 4, 2019 Hi - In the navigation menu, when I click on the first drop down, the text at the bottom of the list crowds over the other drop down items. I have attached a pic for reference - is there anyway I can increase the length of the dropdown box for these items only (it's a long list!) Link to comment
tuanphan Posted November 5, 2019 Share Posted November 5, 2019 Can you share link to your site? 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
MarisaGarner Posted November 5, 2019 Author Share Posted November 5, 2019 Yes: https://www.marisagarnerassociates.com Thank you! Link to comment
tuanphan Posted November 5, 2019 Share Posted November 5, 2019 5 minutes ago, MarisaGarner said: Yes: https://www.marisagarnerassociates.com Thank you! Looks good here....Which device did you use? 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
MarisaGarner Posted November 7, 2019 Author Share Posted November 7, 2019 my laptop - it's the same in safari or chrome - I have attached a screen shot showing how the text crouds over the drop downs further down the list Link to comment
MarisaGarner Posted November 12, 2019 Author Share Posted November 12, 2019 Any ideas? I can't see an obvious way to correct it? Thanks! Link to comment
MarisaGarner Posted November 19, 2019 Author Share Posted November 19, 2019 Hi - still can't seem to correct it? I've included a screenshot above of how looks... Link to comment
MarisaGarner Posted November 19, 2019 Author Share Posted November 19, 2019 It may just be a list limitation in the code of the template? I don't know how to alter the source code... Link to comment
MarisaGarner Posted November 21, 2019 Author Share Posted November 21, 2019 Hi, I still haven't got this resolved... In the primary navigation menu, when I click on the first drop down option, the text at the bottom of the list crowds over the other drop down menu headings. I have attached a pics for reference - is there anyway I can increase the length of the dropdown box for these items only (it's a long list!) Is it a limitation of the amount of links you can have in a menu? The website is: https://www.marisagarnerassociates.com/ Many thanks!! Link to comment
tuanphan Posted November 21, 2019 Share Posted November 21, 2019 Add to Home > Design > Custom CSS .cs-menu-submenu-open ul { max-height: 100% !important; } 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
paul2009 Posted November 21, 2019 Share Posted November 21, 2019 On 11/19/2019 at 10:29 AM, MarisaGarner said: It may just be a list limitation in the code of the template? Hi Marisa. There's a limitation set on the maximum amount of space assigned to the items in the nav folder, so this effectively limits the number of items before you see this overflow. By default, the maximum height of the folder is set to 1000px. I think the best option is to override this height limitation with some CSS. For example, add this to Design > Custom CSS: .cs-menu-submenu-open ul { max-height: 1218px; } Alternatively, you could reduce the spacing between the items in the nav folder so they take up less space but this could impact usability on touch devices: .cs-menu a { padding: 11px 30px; } Let me know how you get on. -Paul Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
paul2009 Posted November 21, 2019 Share Posted November 21, 2019 I've posted in your original question @MarisaGarner as it's better to keep everything together. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.