Full width page for Categories

Hello,

I would like my categories to be full page width (but I want to keep my sidebar on homepage, posts and pages).

How can I do that ?

Thank you

Hi @vinalys,

Thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

body.archive.category div#secondary {
    display:none;
}

body.archive.category .main-content-inner.col-sm-12.col-md-8 {
    width: 100%;
}

Best Regards,
Movin

Hello,

It works ! Thank you very much :slight_smile:

Best regards

You are most welcome here :slight_smile: