Remove sidebar on product category page

Hello,

I would like to remove the sidebar on the product category page, see attached screenshot. I’ve tried with below css, without success :
}
.single #header .bottom-header.blog { display: none; }
.archive.post-type-archive-product .main-content-inner {
width: 100%;
}
.archive.post-type-archive-product div#secondary {
display: none;
}
body.single-post img.single-featured.wp-post-image {
display: none;
}
body.post-type-archive-product #main form.woocommerce-ordering {
display: none;
}

Much appreciated for help!

Best

Philip

Hello there,

I hope you are doing well today.

In order to provide the correct CSS code to remove the sidebar, I need to be able to view the page but it is currently in maintenance mode. Could you please disable the maintenance mode temporarily?

Another other option that you can try is to go to Appearance > Customize > Blog Settings > Blog Index Settings and select the full width blog template.

Best Regards,
Support

Hello!

I have now disabled it. Please look again. Also see attached prnt screens for the blog settings.

http://pltsbody.com/

Best

Philip

Hello there,

I hope you are doing well today.

You can use the following CSS code to increase the width of the product grid by going to Appearance > Customize > Additional CSS and pasting it there.

/*Full width  product grid*/
@media (min-width: 992px)
.col-md-8 {
    width: 100%;
}

Best Regards,
Support

Hello again,

Thanks for the help, but it still don’t work. I’ve deleted cache. See attached print screen. http://pltsbody.com/shop/

Thanks for the help!

Best

Philip

Hello there,

Please try removing the previous CSS code and add this set instead:

/*Full width  product grid*/
.col-md-8 {
    width: 100%;
}

Best Regards,
Support

Thanks! Now it works!

Best

Philip

Hello again support,

Now the blog is in “full text” instead of “summary” which I would like to have. http://pltsbody.com/blog/

See attached print screens.

Can you help me modify this?

Best

Philip

Hi,

Make use of the more tag, https://en.support.wordpress.com/more-tag/

Let us know,

Thanks,
laranz.

Thanks Laranz!

Hi,

Glad we helped. :slight_smile:

Let us know If you have any other questions.

If you’re happy with our service, don’t forget to rate us: [Shapely] Reviews | WordPress.org

Thanks,
laranz.