Continue Shopping Button

Home Forums Jevelin Theme Continue Shopping Button

Home Forums Jevelin Theme Continue Shopping Button

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

    Hi,

    In our shopping cart the continue shopping button sits on top of the update cart button in the mobile version (see screenshot) How do i fix this please?

     

     

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

    Solution for this topic

    Hi @ozschool,

     

    I hope you are well today and thank you for your question.

     

    You can resolve 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 table.shop_table.cart a.button {
        clear: both;
        text-align: center;
    }

     

    Best regards,
    Shufflehound team

    ozschool
    Participant

    Thank you. That worked!

    You are most welcome here 🙂

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