• Is this possible to have say six events to the page, but have them displays over 2 columns and 3 rows?

    Thanks in advance

    A

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

    (@guido07111975)

    Hi,

    To display events in 2 rows, try this CSS on the Custom CSS page in the Customizer:

    
    .vsel-content {width:48%; clear:none; float:left;}
    .vsel-content:nth-of-type(odd) {clear:left; margin-right:4%;}
    

    Guido

Viewing 1 replies (of 1 total)

The topic ‘Display events in two columns?’ is closed to new replies.