Default stylesheet – Poor Mobile Layouts

Home Forums Calendar Products Events Calendar PRO Default stylesheet – Poor Mobile Layouts

  • This topic has 3 replies, 2 voices, and was last updated 9 years ago by Darren.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1266972
    Darren
    Participant

    HI,

    Looks great on a desktop but disappointing when viewed on a tablet or phone?

    I have tried all styles but cannot get the image to stretch to the full width when viewed on a tablet or phone.

    Is there a simple fix?

    #1267047
    Trisha
    Member

    Hello Darren!

    Thanks for getting in touch! Fortunately this is a pretty simple fix.

    Log in to your site and from the front end you’ll see the ‘Customize‘ button in the top admin bar. Click that and the Customizer will open. At the bottom of the list of items you’ll find ‘Additional CSS‘. Click that and in the box that opens paste the following code:

    /* The Events Calendar Custom CSS Snippet */
    @media screen and ( max-width: 768px ) {
    .tribe-events-list .tribe-events-event-image img {
    width: 100%;
    height: auto;
    }
    }

    I hope that helps! Thanks again, and let me know if there’s anything else I can do, I’m happy to help!
    ?

    #1276505
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Default stylesheet – Poor Mobile Layouts’ is closed to new replies.