• My client has been on me for a while about trying to increase the height of the space where the Upcoming Events Calendar is located so I can either increase the height of the calendar or allow enough room to see the events that pop up when you click on a date.

    Is there anything I can do to do this?

    The site is here:
    http://thewestendmuseum.org/

Viewing 1 replies (of 1 total)
  • You could simply add a top location to your calendar-events class in your child theme style sheet:

    .mc-main .calendar-events {
    top: 0;
    }

    Then the event displays at the top of the calendar instead of below the clicked on date…

Viewing 1 replies (of 1 total)
  • The topic ‘Anyway to change the height for individual widget areas in the sidebar?’ is closed to new replies.