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

    (@fernandobt)

    Yes, you just need to add a thumbnail class and do a clear:both for the class.

    So the shortcode would look something like this:
    [catlist id=1 thumbnail=yes thumbnail_class=my_thumbnail]

    Use whatever you want instead of “my_thumbnail”. And thenin your CSS do:

    .my_thumbnail{
      clear: left;
    }

    That should work.

    Andham75

    (@andham75)

    What do you mean by clear:both?
    I have followed the instructions, but the thumbnail places it self in the middle..

    Andham75

    (@andham75)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display Title On Top of Thumbnail’ is closed to new replies.