Hey, all! I’ve been trying to change the font size and spacing for bullets on my blog but to no avail.
As you can see here: https://www.tofluency.com/sick/ – all the font is the same except for the bullet points. How do I change the font size, line spacing, and spacing between the bullet points.
Much appreciated!
~ Jack from To Fluency
Hey Jack,
The font-size looks the same, however I do see the spacing difference. You are looking to increase it correct?
Best regards,
Jordan Shannon
That’s strange. It’s showing larger on my computer. What device are you using?
I’d like to reduce the line spacing and close the gap between the bullets slightly.
Hi,
I’m using a Windows laptop in Chrome.
For the spacing issue add this to quick css:
.entry-content-header .entry-content ul{
line-height:50px!important;
}
.entry-content-header .entry-content ul li{
text-indent:-6px!important;
}
Adjust the numbers to whatever suits you.
Best regards,
Jordan Shannon
Thank you! I cleared my cache and things look great. I appreciate the help!
Hi,
No problem at all. Did you need further help on this topic or shall I close?
Best regards,
Jordan Shannon