New Landing How can we help? Atelier Checkout button clickable

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #314847
    juliensalanave
    Member
    Post count: 125

    Hello team, good day!

    I have this concern with regards to “Proceed to checkout button” in our website cart page in any language translation such as English, French, German, and Japanese. My concern is when hovering the mouse pointer over the button, I wanted that it will be clickable anywhere the mouse pointer is pointed over the button. I already fill up site information above so that you can see for yourself and Gyazo .gif URL https://gyazo.com/c40ce35bf7488623217fe2e8e92c765e so that you can view what I mean. Thank you.

    Best,

    Billy

    #314909
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It seems that the cross sells width is creating the issue and it goes above the checkout link (although it’s not visible).
    Add this code below to your custom css option.

    .woocommerce-cart .cross-sells {
        width: 50%!important;
    }
    .woocommerce-cart .cross-sells .woocommerce ul.products li.product.col-sm-3 {
        width: 42%!important;
    }

    -Rui

    #314977
    juliensalanave
    Member
    Post count: 125

    Tnx Rui. God bless.

    #314993
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad I could help.

    -Rui

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

You must be logged in to reply to this topic.