Shopping cart query
Автор: Derek K.
Просмотрено 772,
Подписчики 1,
Размещенный 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.
Размещено
Hello. Try to add this :
<style>
.cart-table .product-description {
max-height: 110px;
}
</style>