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
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:
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.
Support forum for Event Espresso 3 and Event Espresso 4.