Skip to content

Instantly share code, notes, and snippets.

@eder-dias
Forked from ahmedeshaan/Product Button Align
Last active August 3, 2017 21:45
Show Gist options
  • Save eder-dias/ddbabc8c35f79e8a61b0688e8e5eca8a to your computer and use it in GitHub Desktop.
Save eder-dias/ddbabc8c35f79e8a61b0688e8e5eca8a to your computer and use it in GitHub Desktop.
Product Button Align
.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