Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2976322
Expand product catalog width
Closed

Comments

  • Maxivillus started the conversation

    Hi!

    Is it possible to expand product catalog width?

    Like on attachment.

  •  2,492
    PenciDesign replied

    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.


  • Maxivillus replied

    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%;
    }