Shopping cart query
Auteur : Derek K.
Visité 773,
Followers 1,
Partagé 0
If you go to https://orangedreamz.com/elf-bar-mix-and-match.html and add products to the shopping cart you have scroll to see the full product description. Is there a way to increase the size of the product description box so that you do not have to scroll. Site still under construction.
Posté le
Hello. Try to add this :
<style>
.cart-table .product-description {
max-height: 110px;
}
</style>