Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    Yes, via CSS written in the file style.css in your theme. Try that (untested code from scratch):

    .recent-posts-widget-with-thumbnails ul { overflow: hidden; }
    .recent-posts-widget-with-thumbnails ul li { width: 150px; float: left;}
    .recent-posts-widget-with-thumbnails ul li img { display: block; float: none;}

    You can change the width of 150px to whatever you want.

    Thread Starter Magnus

    (@magnusboguckigmailcom)

    Perfect, it works. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display thumbnails horizontally instead of vertically’ is closed to new replies.