I m sorry but currently it doesn’t have that option, but that’s a good idea, I’ll add a template with the slider in the next version of my theme.
Sayed,
Thanks for the reply. While I have you is there a way to change the CSS to make unordered lists in posts be single space?
Sure, you are right , I see its double spaced, please paste
#content .entry li{margin-left: 20px;}
in your stylesheet.
Thanks.
Please forgive my ignorance. should I paste it at the very end after:
/*====================
YOUR CSS AFTER THIS LINE
=====================*/
Or is there a place in the CSS for it. I pasted it at the end and it didn’t have any effect.
Sorry for being a problem.
That’s fine,yes that’s the place where you had to paste it, Can I have link to your site please? so I can see what the problem is
I inserted the line in the CSS and this is what I am getting the example is on the front page post:
http://tunnellvision.net/justusband/
I am just building it up
I was assuming that you had nested unordered list anyways if m I getting you right, you want to indent the unordered list one spance, so please paste this in your stylesheet in this case.
#content .entry ul {margin-left: 20px;}
or tell me if there is something else you want to achieve.
I actually wanted the ul to be single spaced like
item 1
item 2
item 3
rather than:
item 1
item 2
item 3
I must run some errands so I may not reply for a while. I REALLY appreciate you help.
Okay paste this then
#content .entry li {margin:0}
Closing the ticket because it looks like issue has been resolved.