*/
require get_stylesheet_directory() . '/inc/init.php';
// Change number or products per row to 3
-add_filter('loop_shop_columns', 'loop_columns');
-if (!function_exists('loop_columns')) {
- function loop_columns() {
- return 3; // 3 products per row
- }
-}
/**
* Do not add custom code / snippets here.
margin-bottom: 0;
position: relative;
overflow: hidden;
+ height:225px;
padding: 1em; }
+ .site-main .storefront-recent-products ul.products li.product,.site-main .storefront-featured-products ul.products li.product, .site-main .storefront-popular-products ul.products li.product{
+ height: 350px;
+ }
+ .site-main ul.products li.product:nth-child(n+5):nth-child(-n+9) {
+ position: absolute;
+
+ }
+
.site-main ul.products li.product > a {
display: block;
overflow: hidden; }