Shop Page Width

Hi, I am trying to make my shop page full width. I have it set to full width on the page attributes but it will not change the shop page unless I change the default to full width. I would like to keep the sidebar on the blog and not the shop. Any help?

Hi @arielhawley,

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

Could you please share me the shop page URL from your site so that i can help you to make it full width?

Best Regards,
Movin

Great, thank you!

http://www.befreeproclamation.com/shop/

You can try making it full width by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

body.post-type-archive-product .main-content-inner.col-sm-12 {
    width: 100%;
}
body.post-type-archive-product #secondary {
    display: none;
}

Thanks so much! It worked

You are most welcome here :slight_smile: