Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Fernando Briano

    (@fernandobt)

    Check out the FAQ where I added a way to get the thumbnails next to the title.

    Thread Starter Giovanna Buono

    (@matatomata)

    yes thank you, I saw it and was waiting for night time to give it a try. I am sure I will like it very much ??

    Plugin Author Fernando Briano

    (@fernandobt)

    Let me know how it goes! ??

    Thread Starter Giovanna Buono

    (@matatomata)

    Hello! It works! But I am not too happy with the way the thumbnail and the title display: there is the “dot” of the li overlapping on the thumbnail and also the alignment is not as I expected it. I would like to either center the title or have it at the bottom, compared to the thumbnail. Hope I managed to explain myself! I leave you with a screenshot and with the code I use (I am no expert in css maybe I made a mistake!). Thanks a lot and a good day to you ??

    screenshot

    This is the shortcode in the post:
    [catlist name=”diario dieta mese per mese” orderby=date order=asc numberposts=-1 thumbnail=yes thumbnail_class=lcp_thumbnail thumbnail_size=80,80 title_class=”lcp_titleblock” ]

    These are the classes I added:
    /* GB 29-11-2013 – */
    /* styles for the plugin “List category posts” to display date and title in different sizes than the default ones */
    .lcp_date{
    /* display: block; */
    font-size: smaller
    /* font-weight: bold; */
    }
    .lcp_title{
    /* display: block; */
    font-size: larger
    /* font-weight: bold; */
    }
    .lcp_titleblock{
    display: block;
    font-size: larger
    /* font-weight: bold; */
    }
    /* GB 05-12-2013 – */
    /* styles for the plugin “List category posts” to display thumbnail before title */
    .lcp_thumbnail{
    float: left;
    }
    .lcp_catlist li{
    clear: both;
    }

    Maybe, you could try with this code to hide the dots:

    .lcp_catlist li {
    clear:both;
    list-style-type:none;
    }

    Thread Starter Giovanna Buono

    (@matatomata)

    Thanks srgmmss, I tried it but it didn’t work: dot are still there…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to put the thumbnail at beginning of line’ is closed to new replies.