Calendar width

Home Forums Calendar Products Events Calendar PRO Calendar width

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #990202
    Jake
    Participant

    Hello — I would like to make the calendar wider, but am having no luck with CSS. I’ve tried the following CSS:

    #tribe-events-pg-template {
    max-width: 960px;
    }

    Any other suggestions?

    Thanks,

    #990458
    George
    Participant

    Hey @Jake,

    On your site in particular, because of your theme, extending the calendar width will take some CSS along the lines of this:


    .events-archive .entry-content,
    .events-archive .entry-header {
    margin-left: -6% !important;
    width: 112% !important;
    }

    Try placing that at the bottom of your theme’s style.css file and play around with the numbers a bit to find what works and looks best for you.

    Let us know if that helps!
    George

    #995034
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Calendar width’ is closed to new replies.