* Initialize all the things.
*/
require get_stylesheet_directory() . '/inc/init.php';
-// Display 24 products per page. Goes in functions.php
-add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 19;' ), 20 );
+
+
/**
* Do not add custom code / snippets here.
* While Child Themes are generally recommended for customisations, in this case it is not
.site-main .columns-4 ul.products li.product {
width: 25%;
margin-right: 0%; }
- .site-main .columns-4 ul.products li.product:nth-child(3n) {
+ .site-main .columns-4 ul.products li.product{
width: 25%; }
- .site-main .columns-4 ul.products li.product:nth-child(5n) {
- width: 50%; }
+ /* .site-main .columns-4 ul.products li.product:nth-child(5n) {
+ width: 50%; } */
.site-main .columns-5 ul.products li.product {
width: 20%;
margin-right: 0%; }