Checkout button on Android

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25360
    kward1014
    Member

    Hi There,
    When viewing the site on an android device (Galaxy S6) in both Firefox and Chrome on the cart page the Proceed to Checkout button appears to be overlaying the Subtotal and is missing the text Proceed to Checkout, if I click it I still get to the checkout page. This looks fine on several iOs devices I have tested on. I did just update to the latest theme yesterday in hopes that it would fix it, but it doesn’t.

    Let me know your thoughts,
    Kelly

    #25378
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    @media only screen and (max-width: 767px){
    a.checkout-button.button.alt.wc-forward {
        display: inline-block;
    }
    }
    
    #25390
    kward1014
    Member

    That worked, thank you for your quick response!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Checkout button on Android’ is closed to new replies.