I’m having an issue with the thumbnail alignment of the grid view add-on. It only seems to be an issue on this page: http://www.rotman.uwo.ca/events/einstein-at-rotman/
Only thing unique about this particular page is that the events in this effected row all have short titles. Our other page have no issues with the grid view.
I’ve added the following changes to the CSS for the layout:
.ee_grid_box img {
width: 225px;
height: 150px;
}
.ee_grid_box a {
margin: 3%;
}
.ee_grid_box {
display: inline-block;
vertical-align: top;
}
How can I make the grid spacing consistent?
The support post ‘Grid View alignment inconsistent with shorter titles’ 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.