NRFS Posted July 17, 2022 Share Posted July 17, 2022 Site URL: http://clairebryant.com/ Hello! I am trying to align my Site Title with the Tag Line at http://clairebryant.com/. None of the site styles options seem to help here. Do you think you could help me do this with CSS? Thank you! Link to comment
Solution paul2009 Posted July 17, 2022 Solution Share Posted July 17, 2022 (edited) The title and tagline are aligned by the edge of the character plus its sidebearing (that’s the built-in space that surrounds a letter and is actually part of its design) so I assume that, as you've used a larger font for the title, you want to close the visual indentation. You should be able to do this by adding this some margin to the tagline. For example, you could add 3px (or your choice of margin) by adding this CSS to Design > Custom CSS: .Header-tagline { margin-left: 3px; } Edited July 17, 2022 by paul2009 NRFS 1 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity 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. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
NRFS Posted July 17, 2022 Author Share Posted July 17, 2022 Awesome, thank you!!!! 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