's on my theme give a weird kern :(
-
Happy holidays Happiness Engineers + everyone — So <h2>’s on my theme give a weird kerning, meaning the letter spacing on h2’s show up tight and a little weird-looking. Is there a way to make all <h2>’s on my theme act like regular text [via WP.com CSS customization]?
The blog I need help with is: (visible only to logged in users)
-
An example of what I’m talking about is on this page: Right below the 1st image there’s an <h2> http://wp.me/p2S0et-1bz Thank you
-
A less confusing example is: All the questions in https://techmania411.net/2015/01/10/interview-hangout-queen/
-
In your custom CSS, the letter-spacing for H1, H2, etc. is set to -1px. So, what you probably want to do is reset/override that, by adding something like this:
h2 { letter-spacing: normal; }
- The topic ‘'s on my theme give a weird kern :(’ is closed to new replies.