Home › Forums › Calendar Products › Events Calendar PRO › events images are too tall
- This topic has 7 replies, 2 voices, and was last updated 10 years, 8 months ago by
Brian.
-
AuthorPosts
-
August 25, 2015 at 9:17 am #998853
Olga Greeley
ParticipantHi, in a previous version of this plugin my events pictures were all the same height, which i loved. now they’re showing in full
see the right hand sideis there an easy way for the images to all be the same height
August 25, 2015 at 2:10 pm #998942Brian
MemberHi,
Thanks for using our plugins. I can help out here.
I took a look at your site and see what you mean.
I could provide some css to force the same height, but does it matter about the width?
If the width matters you would want to look into creating a custom image size and modify the widget template to use that size. I am limited in helping with this, but the css solution with a flexible width is no problem.
Let me know.
Thanks
August 26, 2015 at 10:21 am #999212Olga Greeley
Participantthanks, the width is not an issue. the height is the only thing we care about. I know some images will be skinny and some wide. I appreciate your help with this as Css scripting is too much for me
August 26, 2015 at 10:44 am #999229Brian
MemberOk sounds good.
I tried out this css and got it to work:
.widget_tribe-events-adv-list-widget .tribe-events-event-image img {
width: auto;
height: 110px;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
You can change the height to a size you would like and let me know if that helps.
Thanks
August 26, 2015 at 11:36 am #999273Olga Greeley
ParticipantThis is great, thanks. before i close this thread can i ask one more thing. About the image there is two dates being shown. I’d like the full date and time to stay, but I want to get rid of the date at the top of the event. right now it just says “Sat 12” I’ve been looking in the options and i can’t seem to get rid of this since i upgraded to the paid version.
Also is there a way to reduce the space between the Title of the event and the Full date – it seems a bit large.
August 26, 2015 at 1:26 pm #999315Brian
MemberGreat, glad it is moving forward.
This css should fix those other two issues:
.widget_tribe-events-adv-list-widget .list-date {
display: none;
}
.widget_tribe-events-adv-list-widget .list-info h2.entry-title {
margin: 0;
}August 26, 2015 at 1:30 pm #999319Olga Greeley
ParticipantYou are awesome. Someone needs to get you a raise! Thank you.
August 27, 2015 at 7:11 am #999551Brian
MemberGreat glad it helps.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
-
AuthorPosts
- The topic ‘events images are too tall’ is closed to new replies.
