Product Category Page - How to go full width

I have a category page and it’s showing a sidebar (blogs, etc). How do I get rid of it. The rest of my site is full width and I’d that that to be as well.

Hello Mark,

Thanks for writing in!

Please add following CSS under Pro > Theme Options > CSS:

.blog .x-sidebar.right {
    display: none;
}

.blog .x-main.left {
    width: 100%;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This did not work

Maybe that’s because I need this for category page, not blog?

Hey Mark,

Instead of custom CSS, go to Theme Options > Layout and Design > Content Layout and select Fullwidth to remove the sidebar (see screenshot)

Let us know how this goes!

Therrrrrrre it is!!! Thank you!

You’re always welcome Mark.

Glad @Nabeel was able to help you here. Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.