Ecommerce Ver Pro 2021.3.3 Shipping page - how to change line spacing
Author: Peter S.
Visited 813,
Followers 1,
Shared 0
Cell height in table and the line spacing too big.
I want to add more shipping options which I understand the process but I only need 1 line or at most 2 but X5 creates these table cell too high and want to control/reduce line spacing.
I figure there is a margin setting for these but cannot locate that.
Is there a way in X5 site creation to view/see the shipping and payment and order pages in the MAP
Appreciate comments
Posted on the
Hello.Try adding this:
<style>
.cart-table td {
padding: 5px;
}
</style>
Here: