Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

stack order id and billing email on top of each other for mobile device

  • Hi I have a track-order page from woocommerce and it has two fields Order ID and Billing email.

    They look alright on desktop but they also side by side on mobile devices too which does not look pretty.

    Could you please help me so Order ID and Billing email fields are stacked on top of each other on mobile devices.

    Thank you.

  • Hi there,

    This would normally be a question for WooCommerce support team as the theme doesn’t have any control over it.

    You can try this CSS:

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

    Learn how to add CSS: https://docs.generatepress.com/article/adding-css/

  • Thank you leo this worked. Awesome.

  • You’re welcome.

    Please be mindful of the numbers of WooCommerce customization topics you ask in this forum: https://generate.support/what-support-includes/

    Thanks!

  • Hi Leo, I am sorry. I thought this support request fell in blue zone.

  • WooCommerce questions would be in the red zone under Third-party plugin debugging.

    Product specific filters and CSS code means our/GP products 🙂

    As you can see, we always try to help but sometimes it might be best to check with WooCommerce’ support team first for WooCommerce specific questions.

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