Support

Home Forums Event Espresso Premium EE4 Events Grid Template Add-on (increase columns)

EE4 Events Grid Template Add-on (increase columns)

Posted: October 21, 2016 at 1:35 pm

Viewing 1 reply thread


Aurelio

October 21, 2016 at 1:35 pm

With TwentyTen theme, I installed “Event Espresso 4 Events Grid Template Add-on”
But it show only 2 columns on grid.
Is there a way for increase it?


Aurelio

October 21, 2016 at 1:35 pm

With TwentyTen theme, I installed “Event Espresso 4 Events Grid Template Add-on”
But it show only 2 columns on grid.
Is there a way for increase it?
https://goo.gl/zegLfx

Note: Grid is embbeded in a page with 1 column


Josh

  • Support Staff

October 21, 2016 at 3:02 pm

Your best option is probably increase the width of the main content section. Twentyten sets that to be 640px which only allows for 2 columns. So if you add the following CSS it will change the width for all pages:

.one-column #content {
width: auto;
}

You probably want to only change the width for the page where you have the grid template, so you can grab the page ID and target that one page like this:

.page-id-123 .one-column #content {
width: auto;
}

Where the page ID is 123.

Viewing 1 reply thread

The support post ‘EE4 Events Grid Template Add-on (increase columns)’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso