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 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; } About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. 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.