Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1289830
    Simon T
    Participant

    Hey Guys,

    Just wondering if it’s possible to change the amount of product categories on one row of my shop page from 4 to 5?

    https://sportingedge.co.nz/shop/

    #1289864
    Paul R
    Moderator

    Hi Simon,

    Thanks for writing in!

    You can add this under Custom > Edit global CSS in the Customizer.

    
    .archive.woocommerce li.product.first {
        clear: none;
    }
    
    .archive.woocommerce li.product.last {
        margin-right: 4%;
    }
    
    .archive.woocommerce .cols-4 li.product, .woocommerce.columns-4 li.product {
        width: 16%;
    }
    

    Hope that helps.

    #1290732
    Simon T
    Participant

    Excellent, that worked a treat. Thanks!

    #1290841
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1289830 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>