events images are too tall

Home Forums Calendar Products Events Calendar PRO events images are too tall

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #998853
    Olga Greeley
    Participant

    Hi, in a previous version of this plugin my events pictures were all the same height, which i loved. now they’re showing in full

    Home


    see the right hand side

    is there an easy way for the images to all be the same height

    #998942
    Brian
    Member

    Hi,

    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

    #999212
    Olga Greeley
    Participant

    thanks, 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

    #999229
    Brian
    Member

    Ok 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

    #999273
    Olga Greeley
    Participant

    This 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.

    #999315
    Brian
    Member

    Great, 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;
    }

    #999319
    Olga Greeley
    Participant

    You are awesome. Someone needs to get you a raise! Thank you.

    #999551
    Brian
    Member

    Great 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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘events images are too tall’ is closed to new replies.