Viewing 1 replies (of 1 total)
  • Hello Nick,

    This is not a issue from WooCommerce. It’s your theme issue. For solution please add below CSS snnipet to your responsive media size:

    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 568px) {
    
    .woocommerce-message a.button.wc-forward {border: none; background: #fff;
    float: left; width: 100%; text-align: center;}
    
    }

    Please let me know if you need more help..:)
    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Font in Woocommerce Cart Mobile View to Big when Adding to Cart’ is closed to new replies.