featured images in events too big

If you are planning to organize any conference or festival, there are many ways to get help via our forum.
GK User
Thu Aug 27, 2015 10:28 pm
Hi there,

is there any way to use the same kind of layout for single event-pages as it is used for the single speaker-pages? The Image used for the single event (in event-layout) is overwhelmingly big and doesn't really look nice ....
User avatar
Fresh Boarder

GK User
Thu Aug 27, 2015 11:06 pm
Hi,

It's not possible, because on single event pages - there are another informations on the left, but try to add the following css code into your Events/css/override.css file or use any custom css plugin:
Code: Select all
.event-page .entry-thumbnail img {
    max-width: none;
    width: auto;
}

to decrease your featured images size.
User avatar
Moderator

GK User
Fri Aug 28, 2015 5:05 am
Tried that, but it doesn't work. I would even be happy to not show the image on the event-page ....
User avatar
Fresh Boarder

GK User
Fri Aug 28, 2015 6:39 am
So now I tried it using a css plugin (before I used the override.css). Now it works. So this thing is solved, thank you!
User avatar
Fresh Boarder


cron