เปลี่ยนปุ่ม checkout-button ใน mobile เป็นแบบเต็มจอ

สามารถเพิ่ม css ชุดนี้เพื่อเปลี่ยนการแสดงผล

@media (max-width: 1023px) {
    body.woocommerce-page .order-total{
        position: inherit;
        padding: 0;
        width: 100%;
        background: transparent;
    }
    body.woocommerce-page .order-total th {
        text-align: left;
    }
    body.woocommerce-page .checkout-button {
        width: 100%;
    }
}

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us