Hi, how can I add the borders to the table in the cart page and also how can I center align the X icon?
Hey DROR,
Thank you for using Enfold.
This css code should help.
#top div a.remove {
margin: 0 auto;
}
#top .woocommerce-cart-form {
border-top: 1px solid #e1e1e1;
}
Best regards,
Ismael
Thanks. There are still lines on the right and left of the table that are missing.