• Resolved mroshaw

    (@mroshaw)


    Hi!

    I’m using the rather spiffy ‘iTech‘ theme from Zak for my blog.

    I have a number of draft posts ready to go, but they contain a number of Ordered List elements that look a bit ‘scrunched up’. I want to modify the style sheets to add some padding around each ordered list entry, to make it all easier to read.

    I tried adding the following in style.css:

    .post ol {
    	margin-top: 3px;
    	margin-bottom: 3px;
    }

    But this hasn’t made any difference and I’m a bit clueless with regards to css!

    Can someone please point me in the right direction?

    Thanking you all in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try:
    .post ol li {margin-bottom:10px;}

    If that still doesn’t help, post a link to a page containing an ordered list and I’ll try and have a look at it.

    Thread Starter mroshaw

    (@mroshaw)

    That’s done the job – thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add spacing between Ordered List items in posts’ is closed to new replies.