Home Forums Basel support forum Creating a content full-width shop page with left sidebar Reply To: Creating a content full-width shop page with left sidebar

#1963

Artem Temos
Keymaster

Hello,

Thank you for creating with Basel.

Yes, at the moment there is only global option for full width container. So you can’t set full width only for shop page. But thank you for your suggestion we will consider adding this feature in our future updates. At the moment you can use the following CSS code to make your shop page full width (and disable this option in Theme Settings):

.post-type-archive-product .container { width: 95%; }

Regards