This topic has 4 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Olga Barlow
Hello,
Could you please help me align delivery options left and put them underneath the word “Delivery” on the checkout page using custom CSS?
Thank you for you ongoing support!
Hello,
There is no problem to align text to left. Add the following code to Theme Options > Custom CSS
.cart-order-details .shop_table .shipping td {
text-align: left;
}
But there is no way to display shipping below the Delivery because WooCommerce use the table to display that information and it’s located in different cells http://prntscr.com/o5xk2u
Regards
Thank you!
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up