Home › Forums › Jevelin Theme › Cart button not showing properly
Home › Forums › Jevelin Theme › Cart button not showing properly
Hi,
as you can see from the screenshot, my cart page doesn’t look right. The “update cart” button shows over one of the lines from the cart table.
Is there a way to fix this?
Thank you!
Solution for this topic
Hi @thelondonschool,
I hope you are well today and thank you for your question.
You can fix it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.woocommerce-page table.cart td.actions .button { float: none; }
Best regards,
Shufflehound team
Thank you, that fixed it!
You are most welcome here š