Woocommerce View order page glitch?
On the view order page near the customer details section the email address and phone number overlap the words email and telephone
See it here…
http://postimg.org/image/fdufg3ebt/
Regards,
Mark
Hey!
Please try to insert following code into the quick css field
.woocommerce-account dt, .customer_details dt {
width: auto;
margin-right: 5px;
}
dl.customer_details{
margin-bottom: 20px;
}
Best regards,
Peter
Fixed… Thanks