Support

Home Forums Event Espresso Premium controlling size of images and number of images per row using grid view template

controlling size of images and number of images per row using grid view template

Posted: August 17, 2016 at 1:51 pm


Joe Mangrum

August 17, 2016 at 1:51 pm

Hi,
I’m trying to increase the size of the boxes on this page, http://www.clairescreativeadventures.com/register-for-art-classes/
with that I know how to increase the text, but I would prefer to have 4-5 rows across with boxes that measure between 200px-250px some massaging will have to occur with final layout

How do I make the boxes bigger so in turn the text can be made larger?

#content .espresso-grid h2 {
font-size: 10px;
}

This code in mycoses works for the text size


Josh

  • Support Staff

August 17, 2016 at 3:20 pm

Hi Joe,

You can make the boxes bigger by adding the following to your custom stylesheet:

.ee_grid_box img {
width: 250px;
height: auto;
}


Joe Mangrum

August 17, 2016 at 3:28 pm

awesome thanks Josh

The support post ‘controlling size of images and number of images per row using grid view template’ 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