Created
September 29, 2023 16:44
-
-
Save cesgarma/1d9c4a9c4662d74c0c6e3a3f8b08f403 to your computer and use it in GitHub Desktop.
Astra Shop products add to cart alignment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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