• Resolved kociecka

    (@kociecka)


    My events calendar is here:
    vario.aero/events/

    I used Default Events Template, because if I use any of my theme templates I have a problem with the main events page title (it uses the title of the first event on the list) and also with navigation buttons on the month, when there are no events (as described by someone here).

    When I use Deafult Events Template I don’t have any of the above mentioned problems. But on a single event view appear widgets, which I use with in a single post view – the problem is that the single event view is full width and the widgets appear below, which doesn’t look good. Would it be possible to change the width of the single event view (but keeping the full width view of the calendar)? Just like I have it in my post view?

    http://wordpress.org/extend/plugins/the-events-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kociecka

    (@kociecka)

    Solved it.

    In my case I added this to my theme css

    #container { float: left; width: 610px; }
    #container > #content { width: auto; }
    #tribe-events-event-meta .column { width: 45%; }

    Hey! Excellent to hear you were able to get this resolved, before we were even able to respond and try to point you in the right direction. Thanks for confirming as much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: The Events Calendar] Problem with single event view’ is closed to new replies.