Remove sidebar from events page

Home Forums Calendar Products Events Calendar PRO Remove sidebar from events page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1436540
    Katie
    Participant

    I’m having trouble finding a place to remove the sidebar from my page.
    Unlike other pages, I don’t have the option to just click “Full Page”.

    #1437566
    Jennifer
    Keymaster

    Hi Katie,

    Can you try changing the “Events template” setting under Events > Settings > Display? This controls which page template is used for events pages – switching to “Default Events Page” should get rid of that sidebar for you, since events pages do not have a sidebar by default.

    Let me know if this works for you!

    Thanks,

    Jennifer

    #1437746
    Katie
    Participant

    Unfortunately, that didn’t work, I have set the page to “Default events Page Template, and the sidebar is still there.
    Is there another way to set the page so there’s no sidebar?

    #1438705
    Jennifer
    Keymaster

    Hi Katie,

    If you’re doing any caching (such as on your server or via a plugin), can you try clearing this out after changing this setting? If not, you can add the following CSS to hide the sidebar (see screenshot):

    .tribe-events-page-template #primary {
    width: 100%;
    }

    .tribe-events-page-template #right-sidebar {
    display: none;
    }

    You can add this to the Custom CSS area under Appearance > Customize (if you have one) or to the style.css file of your child theme. Please let me know if this helps!

    Thanks,

    Jennifer

    #1458707
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove sidebar from events page’ is closed to new replies.