BrianSnail Posted July 18, 2022 Share Posted July 18, 2022 Site URL: https://www.thewomanssanctum.com Hi all, I've built a website on the Colima template (www.thewomanssanctum), and have used the following code to add the dropdown arrow to the header menu. /* dropdown arrow */ .header-nav-item.header-nav-item--folder a.header-nav-folder-title:after { font-family: FontAwesome; content: "\f107"; padding-left: 4px; } I've noticed that when I'm in edit mode the menu options all line up horizontally, but when out of edit more (and live) the menu items with the dropdown arrow appear slightly lower than the other menu items. Attached is an image - the top menu is in edit, the bottom is in live - I've added a horizontal line to highlight the drop. Has anyone seen this before and can suggest a fix? Many thanks, Dave Link to comment
Beyondspace Posted July 18, 2022 Share Posted July 18, 2022 6 minutes ago, BrianSnail said: Site URL: https://www.thewomanssanctum.com Hi all, I've built a website on the Colima template (www.thewomanssanctum), and have used the following code to add the dropdown arrow to the header menu. /* dropdown arrow */ .header-nav-item.header-nav-item--folder a.header-nav-folder-title:after { font-family: FontAwesome; content: "\f107"; padding-left: 4px; } I've noticed that when I'm in edit mode the menu options all line up horizontally, but when out of edit more (and live) the menu items with the dropdown arrow appear slightly lower than the other menu items. Attached is an image - the top menu is in edit, the bottom is in live - I've added a horizontal line to highlight the drop. Has anyone seen this before and can suggest a fix? Many thanks, Dave Kindly try the following code in Home > Design > Custom Css .header-nav-list { align-items: center; } Let me know how it works on your site BrianSnail 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
BrianSnail Posted July 18, 2022 Author Share Posted July 18, 2022 6 minutes ago, bangank36 said: Kindly try the following code in Home > Design > Custom Css .header-nav-list { align-items: center; } Let me know how it works on your site Hi, thanks for your quick reply! It's not perfect, but definitely a visual improvement - see attached. Cheers, Dave Beyondspace 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