• I’m having trouble getting the OL to look correct. Between list numbers 4 and 5 there’s a line space that I can’t figure out how to get rid of. I would like the spacing to be the same as between the other numbered lists. It may be in the CSS but I’m not experienced enough to figure it out.

    Any help would be greatly appreciated.

    Also can someone tell me what direction the numbers next to the margin and padding correspond to in the below example?:
    ol {
    line-height:18px;
    font-size:12px;
    background:none;
    margin:0 0 0 5px;
    padding:0 0 0px 20px;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter mubai

    (@mubai)

    Oops! Here’s the link to the site: https://www.shahconsultinggroup.com/services/spendtrans

    remove the bottom padding from this style in style.css of your theme:

    #contentleft ol {
    	margin: 0px;
    	padding: 0px 0px 15px 0px;
    	}

    for these kind of formatting problems, please try to work with a web tool such as Firebug getfirebug.com

    css/formatting help is not the main focus of this WordPress forum.

    Thread Starter mubai

    (@mubai)

    Thanks for being cool and helping out. Obviously, that fixed my problem. Also, so I don’t make this error again, what’s the main focus of the forum? I’ll definitely checkout the other web tool.

    Sorting out WordPress specific issues.

    Thread Starter mubai

    (@mubai)

    OK, great. You guys could have been rude about it, but you’ve been very cool. Thanks again! You guys/gals are awesome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Ordered List’ is closed to new replies.