mportch Posted March 9, 2021 Share Posted March 9, 2021 Site URL: https://www.mattportch.com Hi, The latest Squarespace update has inevitably caused errors on my site to the code. How do I... Close back up the now massive line spacing in my navigation on both desktop and mobile view?... Link to comment
tuanphan Posted March 20, 2021 Share Posted March 20, 2021 Add to Design > Custom CSS /* Overlay menu spacing */ .header-menu .header-menu-nav a { margin-top: 0.5vw; margin-bottom: 0.5vw; } Can you share link to product in screenshot? 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
mportch Posted March 20, 2021 Author Share Posted March 20, 2021 Fantastic thanks!!! The arrows are on any store page like here for example: https://smilodon-ocelot-my5f.squarespace.com/config/design/custom-css Link to comment
creedon Posted March 20, 2021 Share Posted March 20, 2021 To make the arrows smaller, add the following to Store Settings > Advanced > Page Header Code Injection for the store page. <style> .product-details .variant-select-wrapper:after { height : 0.5em; width : 0.5em; } </style> This for v7.1. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.