Home › Forums › WoodMart support forum › Order review price alignment › Reply To: Order review price alignment
September 28, 2023 at 4:38 pm
#500018
spnutratea
Participant
For the desktop I have tried the following code. It seems working well.
tr.cart_item .product-total .amount {
display: block;
text-align: right;
}
Thank you for your help Aizaz.