• Hello!

    I’m using the White theme on my website. If you click on Events, you’ll notice there’s a sidebar. I have that in the settings set to be full-width. The theme is disobeying. I’ve looked at the came in different computers and browsers with the cache flushed and it still shows up.

    I’ve also noticed that if I don’t have something set to full-width, the “default” sidebar options show up of archives, meta, and a search box. You can see that on the Contact page.

    How do I fix these issues?

Viewing 1 replies (of 1 total)
  • Hey there Godaisies,

    Hope you’re well today!

    This should be possible to remove with some custom CSS. Please try adding the following code to Appearance >> Theme Options >> Custom CSS:

    .tribe-filter-live div#secondary {
    display: none;
    }
    
    .tribe-filter-live div#primary-mono {
    width: 100%;
    }

    This should remove the sidebar and make page full width on your events page. You can apply the same to other pages as well. Please let me know on which pages are you looking to do this so I can try to help ??

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebars won't disappear’ is closed to new replies.