• Resolved freelylw

    (@freelylw)


    Hi, can we create a table list view by using this plugin, for example, image,tile,author,date etc.. each of them are in its own column. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support hasanrang05

    (@hasanrang05)

    this is definitely possible by adding a few lines of custom CSS, please watch this video.

    here is the custom CSS you will need

    .element {
        display: inline-block;
        vertical-align: top;
        width: 260px;
        text-align: center;
    }
    • This reply was modified 3 years, 8 months ago by hasanrang05.
    Thread Starter freelylw

    (@freelylw)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘support table list view ?’ is closed to new replies.