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

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -