• Resolved jthom

    (@jthom)


    I’m using Astra with Elementor and have The Events Calendar as well as “Events Widgets for Elementor and The Events Calendar” installed.

    On the Events page, clicking ‘more info’ on an individual event brings up a new page with further details. There is a sidebar on this page that I cannot get rid of.

    Please help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @jthom ,

    Thank you for reaching out, and I’m sorry to learn of the difficulties.

    The sidebar seems to be something that’s been injected by your theme, however, kindly try appending the following CSS snippet to your theme’s additional CSS section (Appearance -> Customize -> Additional CSS) to see if this works for you.

    .single-tribe_events .ast-container .content-area {
    width: 100% !important;
    }
    .single-tribe_events .ast-container .widget-area {
    display: none !important;
    visibility: hidden !important;
    }

    Thread Starter jthom

    (@jthom)

    this worked – thank you!

    Plugin Support tristan083

    (@tristan083)

    I’m glad to hear that worked, @jthom !

    If you have some time to review, that would be amazing!
    https://www.ads-software.com/support/plugin/the-events-calendar/reviews/

    I’ll be closing this thread, and please do not hesitate to bump a new thread on our way. This is for us to track down topics/issues efficiently and for us to follow the WordPress Forum Guidelines.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot remove sidebar on event pages’ is closed to new replies.