Fromswedenwithlove Posted June 18 Posted June 18 Very strange – a letter goes outside the margin I am using a custom font, which I have included in the CSS. Everything works fine. BUT in one text block, a letter – "A" – goes outside the margin. Which of course, if you are a bit sensitive like me... Very strange. How do I fix this? Is it possible? Link: https://poodle-cow-kylr.squarespace.com PW: Ann-Katt
Solution Lesum Posted June 18 Solution Posted June 18 @Fromswedenwithlove You can try this code snippet: .fe-block-yui_3_17_2_1_1718714973849_7873 h4:first-letter { margin-left: 10px; } @media screen and (min-width: 767px) { .fe-block-yui_3_17_2_1_1718714973849_7873 h4:first-letter { margin-left: 9px; } } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment