Shopping cart query
Autor: Derek K.
Visitado 769,
Followers 1,
Compartido 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.
Publicado en
Hello. Try to add this :
<style>
.cart-table .product-description {
max-height: 110px;
}
</style>