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?
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%.
Viewing 1 reply thread
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.
Support forum for Event Espresso 3 and Event Espresso 4.