Okay
  Public Ticket #3079783
My events calendar is only displaying a small portion
Closed

Comments

  •  1
    cmartinez105 started the conversation

    Hi there, when I view my calendar on my events page I only see a small portion of the calendar; the top portion. Yet when I shrink my browser window I'm able to view the whole calendar. 

  •  1,877
    Judith replied

    Hi There,

    Thanks for keeping in touch.

    This looks like a footer issue.

    Please try this css:

    body[data-footer-reveal="1"] #footer-outer {
        position: absolute;
    }
    #tribe-events-content {
        margin-bottom: 32vh;
    }

    Thanks.

  •  1
    cmartinez105 replied

    Hi Judith,

    This did the trick, thank you! All good now :)

    Christina