This topic has 4 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp
I am having a problem on the checkout page. The attributes (the thread category has 2 per product) display too high and not separated with the “/”. Here is a screenshot:
http://www.awesomescreenshot.com/image/1331149/54b9722d19dc2435d5580324a5889cd4
How do I move them down to display properly?
Hello,
Please add this code in custom.css file:
.shop_table .product-name dl dd {
float: none;
}
.shop_table .product-name dl dd::after {
display: none;
}
Regards,
Eva Kemp.
That worked. Thank you!
Hello,
You are welcome.
Regards,
Eva Kemp.
Tagged: align, attributes, checkout, layout, templates, woocommerce, wordpress
The issue related to '‘Attributes not aligned in Checkout Page’' has been successfully resolved, and the topic is now closed for further responses