wordpress - Woocommerce Columns Won't have a row more than 2? -
for reason, of products stacking 2, doesnt matter if change columns-2/3/4/5 stays @ 2 ?
if homepage understand, think simple fix been trying days :(
http://www.motorbike-shop.co.uk/
thanks in advance !!
i looked @ problem. has clear:both !important;
, can easly fix bij using clear:none!important;
on elements
for example: located in local.css @ line 165
@media screen , (min-width: 1240px) .page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product, .page-template-template-homepage-php .site-main .columns-4 ul.products li.product, .storefront-full-width-content .site-main .columns-4 ul.products li.product { width: 22%; float: left; margin-right: 1.347826%; clear: none !important; <- add rule! }
Comments
Post a Comment