Comments Maxivillus started the conversationFebruary 8, 2022 at 12:16pmHi!Is it possible to expand product catalog width?Like on attachment. 2,610PenciDesign repliedFebruary 8, 2022 at 4:08pmHi,Unfortunately, the current version of this theme doesn't support changing the product catalog width. We'll consider adding this feature in the future update.Regards,PenciDesign.Maxivillus repliedFebruary 8, 2022 at 4:11pmTemporary CSS solutuion for WP snippets:.loadmore.container.penci-woo-page-container.right-sidebar { width: 95%;}.woocommerce-products-header { width: var(--pcctain); margin: 0 auto;} .container.penci-content-normal-sidebar { width: 95%;} Sign in to reply ...
Hi!
Is it possible to expand product catalog width?
Like on attachment.
Hi,
Unfortunately, the current version of this theme doesn't support changing the product catalog width. We'll consider adding this feature in the future update.
Regards,
PenciDesign.
Temporary CSS solutuion for WP snippets:
.loadmore.container.penci-woo-page-container.right-sidebar {
width: 95%;
}
.woocommerce-products-header {
width: var(--pcctain);
margin: 0 auto;
}
.container.penci-content-normal-sidebar {
width: 95%;
}