Skip to content

Instantly share code, notes, and snippets.

@cesgarma
Created September 29, 2023 16:44
Show Gist options
  • Save cesgarma/1d9c4a9c4662d74c0c6e3a3f8b08f403 to your computer and use it in GitHub Desktop.
Save cesgarma/1d9c4a9c4662d74c0c6e3a3f8b08f403 to your computer and use it in GitHub Desktop.
Astra Shop products add to cart alignment
.woocommerce ul.products li .astra-shop-summary-wrap {
height: 70% !important;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.woocommerce ul.products li .astra-shop-thumbnail-wrap {
height: 30% !important;
}
.woocommerce ul.products li .astra-shop-thumbnail-wrap img {
height: 100px !important;
object-fit: contain;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment