Mini-calendar doesn't fit in sidebar at 768 breakpoint

Home Forums Calendar Products Events Calendar PRO Mini-calendar doesn't fit in sidebar at 768 breakpoint

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1177876
    Deborah Jackson
    Participant

    The mini calendar is cut off in this view. Additionally, the date-list image is cut off. Can you please suggest a solution?

    thanks!
    Nancy

    #1178152
    Geoff B.
    Member

    Good evening Deborah and welcome back!

    Thank you for reaching out to us.

    We are sorry to hear about your mini-calendar not displaying properly under certain resolutions with your theme. I would love to help you with this topic.

    Your best bet would be to handle this with some CSS rules.

    Something along the lines of:

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .container .av-content-small.units {
    width: 100%;
    }

    #top #main .sidebar {
    float: left;
    }

    .inner_sidebar {
    margin-left: 0px;
    }

    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1189240
    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 ‘Mini-calendar doesn't fit in sidebar at 768 breakpoint’ is closed to new replies.