• Hello,

    I’ve been posting on my blog for couple of weeks and have had problems with making the bullet points show up.

    I looked up some posts on this problem here in the forum and I tried inserting the following into style.css

    .post ul {list-style-type:square}
    .post ul li {margin-left:15px; }

    While it made the bullets show up, it affected the font, alignment and underlining as well.Is there something I can insert to just bring the bullets out?

    Thanks in advance

    ps. my blog is at http://lifebreakcoach.com/coaching/what-can-you-get-from-coaching/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Whenever you have these types of problems your first instinct should be Firefox + Firebug. Click on the blue box with arrow (upper left of the FB panel) and then click on the troublesome item. In the right pane you will see *all* of the CSS rules + those which were overridden. Enlightenment often follows soon after.

    Ps. Watch out for !important in the CSS. It often indicates someone was having design/CSS problems and they fixed them with a hammer.

    can you link to a post/page with an unordered list?

    While it made the bullets show up, it affected the font, alignment and underlining as well.

    unlikely, unless you violated the syntax of the css file.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bullet points not showing’ is closed to new replies.