mtbracer Posted February 19, 2020 Share Posted February 19, 2020 (edited) 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. Edited February 19, 2020 by mtbracer formatting issue 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; } mtbracer 1 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
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; } tuanphan and mtbracer 1 1 Improve your online store with our extensions.About: Squarespace Circle Leader since 2017. I value honesty, transparency, appreciation and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links.Buy me a coffee 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. paul2009 1 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