#138567 Juniper X Template-on Mobile Checkout Page , get stock on Delivery Date options
Landing › Forums › JupiterX WordPress Theme › Juniper X Template-on Mobile Checkout Page , get stock on Delivery Date options
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
Yousef-4abf3ac5 7 months, 3 weeks ago
The checkout page works fine on PC and tablet but on mobile phone get stock on showing the delivery date options and the delivery time option
Amir Rather Support Team 7 months, 3 weeks agoHi there
Try the below CSS to see if it helps?(add to Customize > Additional CSS)
@media handheld, only screen and (max-width: 768px) { p#wpc_pro_delivery_date_field { width: 100% !important; float: unset !important; } p#wpc_pro_delivery_time_field { width: 100%; float: unset !important; }}
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)