Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I’m trying to connect Mailchimp WooCommerce but it seems to be breaking my shop pages. It is taking my columns and putting them all in 1 single column. This happens on both the “Featured/Top sellers” section and also on the Shop page.
Figured it out.
Shop Page
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
float: left!important;
}
h3.custom_font.custom_font {
min-height: 40px;
}
Featured / Top Seller Section
.woocommerce ul.shop-entries.products.columns-4.shop-products li.product {float: left!important;
}
Hello,
Glad to know you found what you needed. Thank you for sharing with the community!
Let us know if there is anything we can help you with.
Best regards!
You must be logged in to reply to this topic.