The Events Calendar by Modern Tribe and Pinboard – how to get full width ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #21393
    webmystiker
    Participant

    I like to use The Events Calendar ( long time of testing some plugins – he is my favorite ) but I not get the calendar display to 100% by adding some code to custom css.
    .tribe-events-content { width: 100% } not working …
    page : http://webmystik.de/kalender/
    screenshot : screenshot
    how to get full width?

    #21413
    Daniel Tara
    Keymaster

    For some reason that page returns loads the blog template instead of the page template. If you can’t figure out what causes this behavior you can force the calendar full width with this CSS:

    .tribe-events-style-full .onecol .threecol
    .tribe-events-style-full .onecol .threecol .entry {
    	width: auto;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.