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.