Tagged: , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #927563

    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

    #927565

    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

    #927566

    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.

    #927571

    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

    #927580

    Thank you! I cleared my cache and things look great. I appreciate the help!

    #927587

    Hi,

    No problem at all. Did you need further help on this topic or shall I close?

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.