Skip to content

Instantly share code, notes, and snippets.

@BenSibley
Created March 6, 2022 15:31
Show Gist options
  • Save BenSibley/506b5cb90c181895a34c195f855ac522 to your computer and use it in GitHub Desktop.
Save BenSibley/506b5cb90c181895a34c195f855ac522 to your computer and use it in GitHub Desktop.
WooCommerce categories block - style like Modern Store sections
.wc-block-product-categories-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.wc-block-product-categories-list li {
width: 24%;
margin: 0 !important;
text-align: center;
}
.wc-block-product-categories-list li > a {
width: 100%;
}
.wc-block-product-categories-list .wc-block-product-categories-list-item__image {
display: block;
width: 100%;
height: auto;
max-width: none;
margin: 0 0 6px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment