• Hi,
    Everything is great with this plugin, but..

    I set ‘2 columns’ in settings->style-> ‘Select the layout for the list of events’ to have events item in a two column list.
    Then I’ve used this code: [display_all_events category=”eventi”] in the page.
    But no way to have two columns style.

    Thanks a lot

    • This topic was modified 5 years, 9 months ago by supergap.

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

Viewing 1 replies (of 1 total)
  • Thread Starter supergap

    (@supergap)

    I tried to have a look here in eap-functions.php, but no way to understand what’s the matter..

    elseif ( $setting[‘layout’] == 2 ) {

    $css .= “.eap__list { display: -ms-grid; display: grid; grid-gap: 1.6em; background: $bg_color; }” .
    “.eap__title { margin: .6em 0 .6em; }” .
    “@media screen and (min-width: 576) { .eap__list { grid-template-columns: repeat(2, 1fr); } }”;

Viewing 1 replies (of 1 total)
  • The topic ‘number of column in event list’ is closed to new replies.