Support

Home Forums Event Espresso Premium Event Espresso Grid View – RESIZE IMAGES

Event Espresso Grid View – RESIZE IMAGES

Posted: December 9, 2014 at 7:48 pm


web comms

December 9, 2014 at 7:48 pm

Hi,
We are having trouble with our website internally. Our monitors have a default setting of 800px x 600px. The WordPress Theme we are using (X) has a default setting of 950px wide. So the nav is all thrown out when most people at work try to view the website.

I can’t simply bring the site down to 800px as the Events will only display two wide and don’t look as good as three wide.

So is there an easy way to resize the images or let the Events plug-in not be affected if I were to decrease the width to 800px?

http://artgallery.redland.qld.gov.au/

Thanks,
Julia


Dean

December 10, 2014 at 12:26 am

Hi,

You can resize the grid images using CSS.

Add the following to your themes style.css or ideally to a child theme or plugin such as My Custom CSS:

.ee_grid_box img {
width: 100px;
height: 100px;
}

The default height/width is 200px, so the above will shrink the images by 50%.

The support post ‘Event Espresso Grid View – RESIZE IMAGES’ 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