• TransportSR

    (@transportsr)


    I’m sure this question has been asked before, so I’m sorry, but how can I change the number of products per row on my Shop page.

    There are 4 categories per row, but only 3 products. Ideally I would like 5 categories, and 5 products, or 4 and 5.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Kevin

    (@jx-3p)

    Hey! I’m not quite sure what you’re talking about. Would it be possible for you to send me link to the site that you’re working on?

    Thanks!,
    Kevin

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    There isn’t built in options for 5 columns with the free version. You could do this with some css though.

    In your theme options > advanced settings > custom css box add this:

    @media (min-width: 992px) {
    #product_wrapper .kad_product {
        width: 20%;
    }
    }

    Kadence Themes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category & product columns’ is closed to new replies.