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!