aniyaUCAN Posted September 19 Share Posted September 19 Site URL: https://www.ucan.today I'm having issues with the code pasted below. I currently have it on my website (www.ucan.today), and when I try to use the dropdown menu, the menu always goes away when I try to click one of the menu options. Squarespace support says there is any error with the code, but I have no idea what the issue might be. a.header-nav-folder-title:after { content: "\e009"; font-family: 'squarespace-ui-font'; position: relative; top: 2px; } div.header-nav-folder-content { background-color: #b0bb8d !important; } div.header-nav-folder-content * { text-align: left !important; } .header-nav-folder-item { margin-bottom: 8px; } .header-nav-folder-content { margin-top: 4px; } Link to comment
Solution paul2009 Posted September 19 Solution Share Posted September 19 18 minutes ago, aniyaUCAN said: I'm having issues with the code pasted below...when I try to use the dropdown menu, the menu always goes away when I try to click one of the menu options. These lines in your CSS are causing this issue: .header-nav-folder-content { margin-top: 4px; } Removing them will resolve the issue. The margin causes a gap between the navigation and the folder that appears. When the mouse pointer moves into this gap, the hover effect ends and the folder disappears 🙂. Did this help? Please give feedback by clicking an icon below ⬇️ JayVanDyke 1 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
aniyaUCAN Posted September 23 Author Share Posted September 23 Thank you so much! That worked!! 😄 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