Skip to content

Instantly share code, notes, and snippets.

@eder-dias
Created May 14, 2017 02:20
Show Gist options
  • Save eder-dias/55b2134677c9e394f53c28f481cbcb7d to your computer and use it in GitHub Desktop.
Save eder-dias/55b2134677c9e394f53c28f481cbcb7d to your computer and use it in GitHub Desktop.
Woocommerce Product Align Add to Cart Button
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
min-height: 500px !important;
margin-bottom:10px;
}
ul.products li.product a.button {
position: absolute !important;
bottom: 500px;
}
.box-text {
min-height: 145px;
position: relative;
}
.add-to-cart-button {
position: absolute;
top: 90px;
left:50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment