• Resolved David Okoli

    (@enochdavid)


    Hi thanks I stumbled across this plugin and would love to make use of it. How do I make this plugin display in Grid(using the free version) anybody can help?

Viewing 1 replies (of 1 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    @enochdavid

    You can use CSS to alter the display of the free default Card template.

    Here’s a snippet to get you started:

    .cn-list-row,
    .cn-list-row-alternate {
    	display: inline-block;
    	width: 49%;
    	vertical-align: top;
    }

    Hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘Grid display’ is closed to new replies.