• Hello

    Ordered (numbered) lists on my website do not display numbers. They indent and space the list as if it were bulleted/numbered but there’s nothing to the left.

    Bulleted lists work fine.

    I fiddled with the CSS previously when I had a similar problem with Unordered Lists so this is undoubtedly my own fault but I can’t get it back to normal. Any help would be much appreciated.

    Thanks,
    Tim.
    http://thenextchallenge.org/category/lists/

Viewing 2 replies - 1 through 2 (of 2 total)
  • in style.css of your theme, more than half way down:

    html>body .entry li {
    
    	margin: 7px 0 8px 10px;
    
    	list-style-type: none;
    
    	}

    the ‘list-style-type: none;’ is stopping the numbers to show.

    Thread Starter Tim Moss

    (@timmoss10)

    Thanks so much for the reply aclhymyth (and apologies for my slow response).

    I’ve tried taking that line out and replacing it with other terms but to no avail.

    Any further suggestions much appreciated.

    Thanks,
    Tim.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Numbers not displaying on Ordered Lists’ is closed to new replies.