出于某种原因,我的所有产品都堆叠为2,如果我更改Columns-2 / 3/4 / 5它总是保持在2,这无关紧要?
如果您只是看我的主页,您会理解,我认为这是一个简单的修复,但我现在已经尝试了几天:(
http://www.motorbike-shop.co.uk/
提前致谢!!
答案 0 :(得分:0)
我看着你的问题。它与clear:both !important;
有关,您可以使用元素上的clear:none!important;
轻松修复此bij
例如: 它位于第165行的local.css
@media screen and (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 this rule!
}