Help with WP CSS ul - li within Posts

Discussion in 'Blogging' started by DeluxeEdition, Jan 3, 2009.

  1. #1
    Hello,

    I'm having a simple problem I've worked on for an hour and decided it was time to ask the experts:

    Within my post my lists (UL, LI) look like garbage but I can't figure out how to change them in the CSS.

    Any Help would be appreciated.
     
    DeluxeEdition, Jan 3, 2009 IP
  2. Big0ne

    Big0ne Well-Known Member

    Messages:
    2,614
    Likes Received:
    81
    Best Answers:
    0
    Trophy Points:
    165
    #2
    If possible can you show us sample.

    Otherwise you can use current div id in your .css file and add li.

    Here is example:

    #header [B]li[/B] {
    overflow:hidden;
    float:left;
    margin:0 15px 0 0;
    padding:10px 0 0;
    }
    Code (markup):
     
    Big0ne, Jan 4, 2009 IP
  3. DeluxeEdition

    DeluxeEdition Active Member

    Messages:
    308
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Thank BigOne for the assistance.

    I had Vinett fix it here is the code in case anyone else needs it so simple it's silly:

    
    .post ul{margin:0 0 0 18px;}
    .post ul li{font-size:13px; line-height:19px; background:url(images/bullet.gif) no-repeat left center;
    
    Code (markup):
    You can find Vinett at this post : http://forums.digitalpoint.com/showthread.php?t=1040760
     
    DeluxeEdition, Jan 4, 2009 IP