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!
Site URL: hidden Theme version: 5.3.1Hello,
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
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.