SCT ALIGNING...
Auteur : Sinisa B.
Visité 1228,
Followers 1,
Partagé 0
I want to do two things (pls. see the image below):
1. Align the PRICE to the LEFT - BUT I want to keep the SHIPPING in the center!
***
2. EXPAND (for just a few %) the WIDTH of the price-column (because quite often there is no room for the VAT amount to fit in the same row).
Thank you in advance!
SITE's URL IS:
Posté le
Hello.Try this:
<style>
.cart-table .second-column {
text-align: left;
width: 190px;
}
</style>
It should be like this:
Auteur
@ Aleksej
Thank you for your time!
I'll try it and report here!
Not at all.
Auteur
@ Aleksej
Yep, that CSS did the trick - cheers!
(I hope that Incomedia will set like this as a default align and 190-200 px PRICE column width - because it's not OK the way that is now)
Glad your problem has been resolved.