mtbracer Posted February 19, 2020 Share Posted February 19, 2020 Site URL: https://www.visionarydesignbuild.com/ I am trying to figure out how to line up the top of my nav folders to the bottom of my nav bar. Link to comment
tuanphan Posted February 20, 2020 Share Posted February 20, 2020 Add to Home > Design > Custom CSS .header-nav-folder-content { top: 50px !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
mtbracer Posted February 24, 2020 Author Share Posted February 24, 2020 On 2/20/2020 at 9:14 AM, tuanphan said: Add to Home > Design > Custom CSS .header-nav-folder-content { top: 50px !important; } Thank you for looking into this. I actually have tried this before. Unfortunately it moves down the whole div (or however you say that) so that you stop hovering over it and it disappears before you can click on anything when you move your cursor off the word on the header nav. Any ideas? Link to comment
paul2009 Posted February 25, 2020 Share Posted February 25, 2020 1 hour ago, mtbracer said: Unfortunately it moves down the whole div (or however you say that) so that you stop hovering over it and it disappears before you can click on anything Yes @mtbracer, that will happen if the mouse pointer moves outside of the area occupied by the nav folder link. The way to prevent this is to increase the padding around the nav folder link. For example, something like this: .header .header-layout-nav-right .header-nav .header-nav-item--folder .header-nav-folder-content { top: 54px; } .header-nav .header-nav-item--folder { padding-bottom: 26px; margin-bottom: -26px; } 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
mtbracer Posted February 27, 2020 Author Share Posted February 27, 2020 On 2/24/2020 at 7:08 PM, paul2009 said: Yes @mtbracer, that will happen if the mouse pointer moves outside of the area occupied by the nav folder link. The way to prevent this is to increase the padding around the nav folder link. For example, something like this: .header .header-layout-nav-right .header-nav .header-nav-item--folder .header-nav-folder-content { top: 54px; } .header-nav .header-nav-item--folder { padding-bottom: 26px; margin-bottom: -26px; } Ahh. Yes. That's a simple way to do that. Thanks for the help. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.