Tagged: cross sells, woocommerce
Hi there, we are wanting to change the location of the product cross-sells on the WooCommerce cart page, so they appear in the same position as below:
How can we do this please?
Hey xansdesign,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 990px) {
.cart-collaterals .cart_totals {
width: 100%;
}
.cart-collaterals {
float: right;
width: 40%;
}
.cross-sells {
padding-top: 0px;
margin-top: 0px;
border: none;
width: 60%;
float: left;
}
div.cross-sells .products .product {
width: 45%;
}
#top form.woocommerce-cart-form {
margin-bottom: 65px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Amazing – thank you :) Is there a way to make it appear above the cart totals on mobile?
Hi xansdesign,
I do not see the cross-sells anymore. Did you disable them? Or which product should I check?
Best regards,
Victoria