• micwie

    (@micwie)


    Hello,

    I am trying to find out how to move the “close” / “delete product” button in the cart to the right and also get rid of the circle to make it even more simpler in terms of design.

    Here is the screenshot:

    View post on imgur.com

    Desktop should stay as it is now.

    Thank you!
    Cheers,

    micwie

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Amit Singh

    (@apprimit)

    Hello,

    Add the below CSS to the Customize > Custom CSS section to fix it.

    @media screen and (max-width: 767px) {
    .woocommerce table.shop_table a.remove {
        border: none;
        font-size: 40px;
        float: right;
    }
    }
    Thread Starter micwie

    (@micwie)

    Hello!

    Thank you for your message. Unfortunately, the code does not work plus the CSS editor displays some errors when using this code.

    View post on imgur.com

    UPDATE: Alright. My fault. Everything works fine. Thank you very much!

    • This reply was modified 6 years ago by micwie.
    Amit Singh

    (@apprimit)

    Glad to hear that it is fixed!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete product button on mobile (position)’ is closed to new replies.