Archived topic
Mismatch in mobile view when applying woocommerce shortcodes
1 reply · Started by Juan Luis on December 2, 2020
Viewing posts 1–2 of 2
Mismatch in mobile view when applying woocommerce shortcodes [woocommercce_order_tracking]
Any solution for this? Thanks
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/
This archived topic is closed to new replies.