Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1374819

    Hey Team Kriesi,

    What a brilliant theme, thank you so much!

    I’ve created a page for products currently on sale in my woo-commerce store, However, the product boxes are much smaller on my sale page than on the category pages. How do I fix this so that the product boxes are the same size as on the category pages, please?

    I am using a short code to add the on sale products to the sale page.

    Many thanks in advance,

    #1374936

    Hey Ben,

    Please try the following in Quick CSS under Enfold->General Styling:

    .products .product.columns-3 {
        width: 32.5%;
    }

    Best regards,
    Rikard

    #1375102
    This reply has been marked as private.
    #1375138

    Hi,

    Please try this instead:

    .columns-3 .product {
        width: 32.5%;
    }

    Best regards,
    Rikard

    #1375205
    This reply has been marked as private.
    #1375206
    This reply has been marked as private.
    #1375366

    Hi,

    I added the CSS for you, and it’s applying. Please review your site.

    Best regards,
    Rikard

    #1375379

    Amazing; thank you so much, Rikard. Good work!

    #1375403

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.