Hide sidebar on category page

Home Forums Jevelin Theme Hide sidebar on category page

Home Forums Jevelin Theme Hide sidebar on category page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • snake_heater
    Participant

    Hello,

    I use the Default (without sidebar) page layout because I don’t want any sidebar throughout the website. On category pages the sidebar is displayed on right. In Blog settings section I can chose the default, left or right sidebar position but can’t hide it. On posts the sidebar isn’t displayed

    How can I hide this sidebar on category pages? Thank you

    Hi @snake_heater,

     

    I hope you are well today and thank you for your question.

     

    Could you please share the category page URL from your site where you want to hide it so that I can help you to hide it?

     

    Best regards,
    Shufflehound team

    snake_heater
    Participant

    Hello, thank you for answering.

    Currently not online. I use the default blog layout (didn’t found yet how to change the blog layout).

    Solution for this topic

    You can remove the sidebar from archive pages by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .archive #page-container div#content {
        width: 100%;
    }
    
    .archive #page-container div#sidebar {
        display: none;
    }

    snake_heater
    Participant

    OK. Thank you

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)