Site logo

[Support request] Mismatch in mobile view when applying woocommerce shortcodes

Home Forums Support [Support request] Mismatch in mobile view when applying woocommerce shortcodes

Home Forums Support Mismatch in mobile view when applying woocommerce shortcodes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1563498
    Juan Luis

    Mismatch in mobile view when applying woocommerce shortcodes [woocommercce_order_tracking]

    Any solution for this? Thanks

    #1563555
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media(max-width: 768px) {
        .woocommerce form.woocommerce-form-track-order .form-row {
            float: none;
            width: 100%;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.