• I have the following CSS which isnt displaying the title on a new line, even though i have checked as much as i can that the code is correct….anyone think they know why i cant force a new line after the title ?

    ul.lcp_catlist {
    	margin:0 0 0 -3px;
    }
    ul.lcp_catlist li {
    	list-style-type:none;
    }
    img.lcp_catlist { float: left; display: block; margin:5px 10px 5px 0; vertical-align:text-top; }
    span.lcp_title {
    clear: both;
    display: block;
    font-size: 1.2em;
    font-weight:bold;
    }
    span.lcp_excerpt {
    display: block;
    }
    .lcp_date p {
    display: block;
    clear:both;
    }
    #content ul.lcp_catlist li {list-style-type:none; display:block;}

    Here is the page code

    [catlist name="news" numberposts="5" orderby="date" excerpt="yes" excerpt_strip="yes" excerpt_size="50" thumbnail="yes" thumbnail_size="75,75" thumbnail_class="lcp_catlist" excerpt_tag="span" excerpt_class="lcp_excerpt" title_tag="span" title_class="lcp_title" morelink="More new articles"]

    http://wordpress.org/extend/plugins/list-category-posts/

Viewing 2 replies - 1 through 2 (of 2 total)
  • #lcp_instance_0 a {
    clear: both;
    display: block;
    }

    kapara

    (@kapara)

    dub mahadev

    i’m having similar problems.
    your solution almost solves everything i need.

    The only problem is that i have the titles in li.
    (with bullets).

    the title is not in front of the bullet, (not on the same line) but 1 line lower, as if there’s a <p> on the title.

    how do i return the title to be in front of the bullet?
    thanks

    lenny

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Title on separate line (css issue ?)’ is closed to new replies.