Sidebar Issue on Category Pages

edited September 2021 in Blog

Hi Experts

How can we disable sidebar for the categories pages in the Betheme?

https://www.jagdishprajapat.com/blog/category/case-study/

I have created a category as "case study" but on this page and other categories the side bar impacting the entire UI and appearing below the main content. Technical the sidebar should appear in right side of the screen.

Is there any way to fix it.

Please help.

Thanks

Comments

  • Hello,

    Sadly, using theme options, you would have to disable the sidebar on main blog page too, because category page inherits option from the main blog page.

    But, please use this CSS, it will remove the sidebar from the category pages.

    body.category .sidebar{ display: none !important; }
    

    thanks

Sign In or Register to comment.