Home › Forums › Jevelin Theme › cart button is blocking product name
Home › Forums › Jevelin Theme › cart button is blocking product name
Hi support,
We noticed the cart button on our shop page is overlapping and blocking the name of the product.
Could you help us fix this?
Hi @empowershop,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Jevelin -> Theme Settings -> Custom CSS/JS -> CSS Code
.woocommerce #page-container ul.products a.button.add_to_cart_button { top: -12px !important; left: 5px; }
Best regards,
Shufflehound team