Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello, I need your help to be able to align the add-to-cart buttons, please indicate where I can go, I have this code but I do not know what CSS I can leave it
a.added_to_cart.wc-forward {
bottom: 0;
position: absolute;
display: block;
bottom: 0px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
min-height: 295px! important;
margin-bottom: 10px;
}
a.button.add_to_cart_button,
a.button.product_type_simple {
bottom: 30px;
position: absolute;
}
Thank you very much
Hi Cristopher,
You can add this CSS to your website by installing the SiteOrigin CSS Editor plugin. Once installed, please navigate to WP AdminAppearanceCustom CSS and add the CSS there.