Hi, how can I align the shipping options in the cart page to the right – http://screencast.com/t/jWfjHCi9E1yF
Hey DROR!
Please add following code to Quick CSS
tr.shipping td { text-align: right; }
Best regards,
Yigit
Hey!
This is how it looks on my end – http://i.imgur.com/jVLRxwy.png
Can you please create a temporary account and post it here?
Best regards,
Yigit
Hi!
No unfortunately – http://i.imgur.com/ZnlQM87.png
Can you please create an account and post it here?
Best regards,
Yigit
Hi!
Please add following code to Quick CSS
ul#shipping_method li {
text-align: right!important;
margin-right: 0;
}
Cheers!
Yigit
Great. Thanks .