lbaum Posted March 22, 2023 Share Posted March 22, 2023 I'm having issues with the Item Title spacing + formatting of a Section's Content Block. I would like the "Design + Build" to be on two lines in order to match the spacing on the rest of the item blocks. Here is a short video describing my issue: 22 March, 2023 - Content-Block-Customization-Troubleshooting - Watch Video THANK YOU! Link to comment
bycrawford Posted March 22, 2023 Share Posted March 22, 2023 (edited) This is a really annoying quirk but I came up with a SUPER convoluted way to solve this on a client site here: https://www.ashgrovecap.com/our-portfolio First thing you want to do is put your title in the description of your list item and make it italic. Then add this to your custom CSS: // Headers in list section // section[data-section-id="YOUR-ID-HERE"] { h2 { display: none; } em { font-size: 1.5rem; font-style: normal !important; } strong em { opacity: 0 !important } } So what this does is allows you to insert an 'invisible' word long enough into the title which gives us our space at the bottom. In your case, it would be adding the word '1234' (or something similarly long) after '+', highlighting 'placeholder' and making it bold. This will hide it and make your title span two lines. FYI, there may be an easier way to do it but at least this works! Edited March 22, 2023 by bycrawford Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How I make $500k/year designing Squarespace websites: Watch the video 📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. 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