FullCircleDesigns Posted January 4, 2021 Share Posted January 4, 2021 Site URL: https://broadwater.squarespace.com/ I have a drop-down folder in my primary navigation bar, entitled "More". The drop down options are cut off on the right side of my browser, so I added the following CSS code to keep it visible: [href="/more"]+.Header-nav-folder { left: -420% !important; } The problem is, now that drop down for MORE obscures access to the secondary navigation menu below it. Do you know any solutions? Link to comment
tuanphan Posted January 6, 2021 Share Posted January 6, 2021 Remove your code, use this span.Header-nav-item.Header-nav-item--folder:nth-child(7):hover .Header-nav-folder { left: -420% !important } 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
FullCircleDesigns Posted January 6, 2021 Author Share Posted January 6, 2021 You are a genius! Thank you for saving me!!! Link to comment
tuanphan Posted January 7, 2021 Share Posted January 7, 2021 I see mobile banner image on homepage is not fullsize. You can add this to Design > Custom CSS /* Mobile home banner fullsize */ @media screen and (max-width:640px) { section#welcome-photo img { width: 100% !important; height: auto !important; left: 0 !important; } section#welcome-photo { min-height: unset !important; height: 230px; } } 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
FullCircleDesigns Posted January 20, 2021 Author Share Posted January 20, 2021 Thank you for this as well. The code you provided for the drop down menu works in not obscuring the secondary navigation. However, now I have the original problem of the main menu drop down being cut off on the right side again (More/Boarding/Tuition...). Do you have any ideas for that? 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