Viewing 3 replies - 1 through 3 (of 3 total)
  • hi,

    try the following
    ul.sidebar li ul li, ul.link-list li {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 0 7px;
    }

    I believe the float:left; should help.

    possibly:

    .widget_categoryposts ul li { display:inline; float:left; color: #eee; }

    Thread Starter schmunk

    (@schmunk)

    That’s so great guys! Thanks a lot! You wouldnt happen to know how to make the title to be inline with the content also?

    Again, thanks alot. I have been searching for that selector for hours 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help me find this css selector’ is closed to new replies.