Support » Plugin: List category posts » [Plugin: List category posts] Thumbnail alignment

Viewing 15 replies - 1 through 15 (of 17 total)
  • this might be a css problem – in which case it might help if you can post a link to your site.

    Thread Starter russweb

    (@russweb)

    Thanks Sweeper: http://www.russellwebster.com

    Much appreciated

    I don’t succeed in finding a post/page with the ‘list category posts’ showing – can you post a direct link to one of those?

    Thread Starter russweb

    (@russweb)

    I am using it on the home page, under ‘here are the latest blog posts’
    I had taken out the thumbnail code, but will put it back in now…

    Thanks

    http://www.russellwebster.com

    Plugin Author Fernando Briano

    (@fernandobt)

    Just set a CSS class to the thumbnail with this parameter:

    thumbnail_class – Set a CSS class to the thumbnail and style it.

    Then set the aligment as you wish on your CSS file.

    Thread Starter russweb

    (@russweb)

    I am sure that would work, but unfortunately I am a CSS virgin.

    Could you help with this?

    Thanks very much indeed

    try to add this to the end of style.css of your theme:

    .lcp_catlist img { float:left; margin:5px 10px 5px 0; }
    .lcp_catlist li:after { content:'.';height:0px;visibility:hidden;display:block;clear:both; }
    Thread Starter russweb

    (@russweb)

    Brilliant. That is so helpful, works like a dream. And I would not have had a clue myself!

    Many thanks

    Just the answer I was looking for. I just wasn’t sure what you meant by “thumbnail_class – Set a CSS class to the thumbnail and style it.”

    Thanks!

    Hi there i’m experiencing the same problems. Any help would be greatly appreciated, its on the home page of my new website:

    http://www.testvos.nl

    Replacing the dot with the images would be ideal. I have added

    .lcp_catlist img { float:left; margin:5px 10px 5px 0; }
    .lcp_catlist li:after { content:'.';height:0px;visibility:hidden;display:block;clear:both; }

    to my style.css, but to no avail. Many thanks in advance!

    danrknudsen

    (@maildanrknudsendk)

    Just what I was looking for. GREAT!

    I just wanted to say THANK YOU! That was exactly the solution I needed! 😀

    HGI

    (@ultimatealeks)

    I copied exactly and added it to the end of my style.css and it does not work…any ideas?

    I just enable thumbnail on my category list. and it shows post title like a list along with the thumbnail. The list appears one below the other. can anyone suggest me a code, so that the post list appears this way:
    http://i46.tinypic.com/nvqnwp.jpg

    Let any number of thumbnails appear in each row depending on the width of the page.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘[Plugin: List category posts] Thumbnail alignment’ is closed to new replies.