-
huppap
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/
-
huppap
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!
-
huppap
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.
- You must be logged in to reply to this topic.