No way to display post list in 2 columns
-
Hi,
Everything is great with this plugin, but..no way to have two columns in the list of the postI 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. Always 1 column (both on mobile or screen),
Thanks a lot.Giorgio
PS
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); } }”;The page I need help with: [log in to see the link]
- The topic ‘No way to display post list in 2 columns’ is closed to new replies.