• hi
    I am trying to change the display of the [events_list] shortcode
    currently it si display in column but i would like it in row.
    I added this css but the style remain the same

    #home-event-manager .em-events-list {
        display: flex !important;
        justify-content: space-evenly !important;
    }
    • This topic was modified 1 year, 4 months ago by damchi.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this:

    [event_list view="grid"]
    Thread Starter damchi

    (@damchi)

    Thanks it looks better, is there a way to have use all the space
    same as justify-content: space-evenly !important; would do

    Currently it’s displaying 3 events per page. I guess you specified the following shortcode:

    [event_list view="grid" pagination=1 limit=3

    If you set it to limit=10 then it will show 10 events per page rather than 3.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change display events_list’ is closed to new replies.