cart button is blocking product name

Home Forums Jevelin Theme cart button is blocking product name

Home Forums Jevelin Theme cart button is blocking product name

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • empowershop
    Participant

    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?

     

    Attachments:
    You must be logged in to view attached files.

    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

Viewing 2 posts - 1 through 2 (of 2 total)