Events not showing in chronological order/sidebar widget not full width.

Home Forums Calendar Products Events Calendar PRO Events not showing in chronological order/sidebar widget not full width.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #941234
    go4more
    Participant

    Hello –

    I’m struggling to get the events to display in date order in events listing.

    Also the widget doesn’t to display full width.

    Could you advise please?

    #941312
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help troubleshoot them with you.

    For the event order does the fix in this post resolve the issue for you?

    After latest update upcoming events showing out of order

    Widget
    I see this css in your theme causing the event to only be 45% in width:


    .hentry.vevent.type-tribe_events {
    width: 45%;
    }

    Changing that in your theme could fix the issue.


    .tribe-events-adv-list-widget .hentry.vevent.type-tribe_events {
    width: 100%;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #951472
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Events not showing in chronological order/sidebar widget not full width.’ is closed to new replies.