Mobile text cropping

Home Forums Calendar Products Events Calendar PRO Mobile text cropping

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1614071
    Ken Thompson
    Participant

    Recently noticed with one of the plugin updates that the layout had changed a bit. Since that update we just noticed that on mobile the text is getting cropped off to the left side. Is there a way to add padding so that will not happen?

    #1615206
    Jeremy
    Keymaster

    Hi Ken,

    Thanks for reaching out to us! I’d be happy to help you 🙂

    In order to fix your problem, you may add the following snippet in Appearance > Customize > Additional CSS:

    .tribe-events-photo .tribe-events-event-details {
        padding: 20px 0px 25px 30px;
        width: 100%;
    }
    .tribe-events-photo .tribe-events-list-photo-description {
        padding: 22px 10px 0;
    }
    .tribe-events-loop .tribe-events-content {
        padding: 0 5% 0 0;
        width: 100%;
    }
    

    I hope this helps.

    Cheers,
    Jeremy

    #1615216
    Ken Thompson
    Participant

    Beautiful! Thank you very much.

    KEN THOMPSON
    Communications Director
    fbcmidlo.com | 972.775.9003

    #1615983
    Jeremy
    Keymaster

    Hi Ken,

    I’m glad that snippet solved your issue 🙂

    I’m going to close this thread then, but feel free to start a new one if you have further questions.

    Cheers,
    Jeremy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile text cropping’ is closed to new replies.