Featured image width in list view

Home Forums Calendar Products Events Calendar PRO Featured image width in list view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1469200
    Stuart Melling
    Participant

    Hi guys, hope you can help, struggling with this one. I am trying to change the width of the feature image on the events list view page:

    https://www.gastronomicslc.com/events/list/

    I’ve tried a few things listed on older threads but can’t seem to over ride what appears to be a 150px limit somewhere. Essentially I want the image to have full width, not be an indented thumbnail. I know I need to change something in the CSS but can’t see exactly where.

    As a sidenote, I do know I have to make the changes a child theme and have been doing so.

    #1470230
    Jennifer
    Keymaster

    Hi Stuart,

    You can increase the width with the following:

    .tribe-events-list .tribe-events-loop .tribe-events-event-image {
    
 width: 100%;
    }

    Please give this a try and let me know if it works for you!

    Thanks,

    Jennifer

    #1471477
    Stuart Melling
    Participant

    That works great, thanks!

    #1472097
    Jennifer
    Keymaster

    Great, no problem!

    I’ll go ahead and close this out, but if you have any other questions, please feel free to open up a new thread!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured image width in list view’ is closed to new replies.