Photo view not rendering properly on mobile

Home Forums Calendar Products Events Calendar PRO Photo view not rendering properly on mobile

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1211174
    Rick Quatrone
    Participant

    Hi there. On photo view there is a big space next to the photo. For some reason the photo does not fill in the whole row or the calendar is not centering the image. This only appears when the website renders on a mobile device/smaller screen size. It renders fine on desktop. Is there any way to fix this?

    #1211175
    Rick Quatrone
    Participant

    Here is a link to the website http://a74.405.myftpupload.com/

    #1211426
    Geoff
    Member

    Hey Rick,

    Thanks for getting in touch! I love that your venue is hosting Snoop Dogg — that’s awesome. šŸ™‚

    Will you please try adding this CSS snippet to your theme’sĀ style.css file or on the Appearance > Customize > Additional CSS screen?

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

    Here’s a screenshot of how that looks when I tested it out on your site. does it do the trick for you as well? Please let me know.

    Cheers!
    Geoff

    #1211494
    Rick Quatrone
    Participant

    Hi Geoff,

    Thanks for replying!! We were really excited for Snoop Dogg!

    I added the CSS and it didn’t work. The css didn’t change it for photo view on the home page or list view on the events page.

    To clarify I only need to fix the issue on photo view. It was like that before I did any customizations. I am still customizing list view

    #1211495
    Rick Quatrone
    Participant

    I forgot to mention the image became 100% when it was in desktop view, but on a mobile device it wasn’t 100%

    #1211508
    Geoff
    Member

     

    Hey Rick,

    Thanks for following up!

    Will you please try adding this CSS to the mix?

    .tribe-events-list .tribe-events-event-image img {
    width: 100% !important;
    }

    Even though the CSS looks like it’s scoped to the List View, that’s what Photo View uses in small screens. šŸ™‚

    It’s worth noting that the events on the homepage look like a custom widget or feed — so you may need to write something else in order for the change to take effect there as well.

    Cheers!
    Geoff

    #1211643
    Rick Quatrone
    Participant

    Geoff it worked!! Thank you very much for the help!

    Have a Happy New Year!

    Rick

    #1211644
    Rick Quatrone
    Participant

    Resloved

    #1211666
    Geoff
    Member

    Right on! I’m so glad to hear everything is working smoothly and I appreciate you following up to let us know. Definitely keep us posted if any other questions come up and we’d be happy to help. šŸ™‚

    Cheers and happy new year to you as well!

    Geoff

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Photo view not rendering properly on mobile’ is closed to new replies.