Viewing 1 replies (of 1 total)
  • Thread Starter Doug

    (@nicoblog)

    I actually solved it myself with some css:
    http://s8.postimg.org/i3tagnsnn/solved.jpg

    First i modified output settings:
    HTML to display before each list item: <div class=”uno”><*li>
    HTML to display after each list item: </*li></*div>

    And then the CSS:

    <style>
    div.uno {
    float: left;
    width: 120px;
    height: 100px;
    padding: 1px;
    overflow: hidden;
    }

    .tptn_thumb {
    border-radius:5px;
    display: block;
    width: 110px;
    height: 68px;

    }

Viewing 1 replies (of 1 total)
  • The topic ‘2 rows Horizontal output?’ is closed to new replies.