Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jeroen Schmit

    (@slimndap)

    Yes, but you need to write some custom CSS for it.

    To get started, add the following to Theater -> Setting -> Style -> Custom CSS:

    .wpt_events {
        overflow: auto;
    }
    
    .wpt_events .wp_theatre_event {
        float: left;
        width: 33%;
    }
    Thread Starter Krutet

    (@krutet)

    Thanks! I’ll try that, it will probably mess with my other events lists though?

    Plugin Author Jeroen Schmit

    (@slimndap)

    Yes, so you need to wrap your list inside another <div> and add that to your CSS rules.

    Thread Starter Krutet

    (@krutet)

    ah! Smart! Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display in a horizontal row’ is closed to new replies.