hilaryb Posted February 18, 2022 Posted February 18, 2022 Site URL: http://hilarybeckwith.com/services Hello - I recently changed the site fonts within the Squarespace settings, and evidently messed up one text box (and maybe more). I have been fiddling around with the coding for a while trying to fix it, and cannot.I've tried messing with line-height, margin, letter-spacing codes. I've even just tried going into the box and retyping it. I don't know what went wrong, and why it only impacted this one page, but can someone please help!?
genevieve-dbc Posted February 18, 2022 Posted February 18, 2022 Hey Hilary, It looks like you'd previously put some code in for this block: #block-d0aa7d9e3eef7fe50bae p { font-family: henderson-sans-basic !important; color: #f7f4ee !important; margin-bottom: -15px !important; margin: 5%; } So that's likely interfering with your new settings. If you find that original code and change the margin-bottom to -5px (or play around with spacing that feels good to you), that should fix the overlap issue.
hilaryb Posted February 19, 2022 Author Posted February 19, 2022 3 hours ago, genevieve-dbc said: Hey Hilary, It looks like you'd previously put some code in for this block: #block-d0aa7d9e3eef7fe50bae p { font-family: henderson-sans-basic !important; color: #f7f4ee !important; margin-bottom: -15px !important; margin: 5%; } So that's likely interfering with your new settings. If you find that original code and change the margin-bottom to -5px (or play around with spacing that feels good to you), that should fix the overlap issue. This worked! I had previously searched it out, thinking that was the problem, but could never find it (once upon a time, I had to duplicate this page). Great catch! genevieve-dbc 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment