Cart button not showing properly

Home Forums Jevelin Theme Cart button not showing properly

Home Forums Jevelin Theme Cart button not showing properly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • thelondonschool
    Participant

    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!

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

    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

    thelondonschool
    Participant

    Thank you, that fixed it!

    You are most welcome here 🙂

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