Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
879 stars 352 forks source link

Baskerville 2: WooCommerce archive layout issue #2389

Open mikeicode opened 4 years ago

mikeicode commented 4 years ago

The default WooCommerce shop and archive pages incorrectly stack the products, they should be in rows.

Steps to replicate

Result

Stacked:

https://d.pr/i/qSla9c

Expected

Should be in rows, like other themes:

https://d.pr/i/e6Ufyp

Workaround for now

/* Remove clearing all floats from WooCommerce products ( Baskerville 2 fix ) */
.woocommerce .products li.clear {
    clear: none;
}
carinapilar commented 3 years ago

Also got a report on 9295643-hc.

ktyfuller604 commented 3 years ago

Another report here: 4112150-zen