This topic has 14 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Olga Barlow
Hi,
I have noticed that the radio buttons on the cart on checkout page are misaligned.
This is on the iPhone in PORTRAIT view, see screen shots below.
From the cart page:
From the checkout page:
Website in private
For some reason images not showing up?
Cart page:
Checkout page:
Hello,
What iPhone version are you checking in?
I can’t replicate the issues you showed.
Regards,
Eva Kemp.
I’m using iPhone 6 in portrait view Eva
If you minimise your window on your browser until it goes to a similar size for mobile you will see.
Hello, Eva ? I’m still looking to resolve this issue.
Hello,
I minimized my browser to mobile view but couldn’t see the same issue.
If you allow, I’ll share screenshots with you.
Regards,
Eva Kemp.
Eva,
The issue is there, I’ve tested on several devices including browsers and the radio buttons misalign on mobile in PORTRAIT mode.
NO to post pictures
Eva, did you want to pass this on to another colleague to deal with.
I wouldn’t be contacting you if there was not an issue.
HELEN WHO DEALS WITH COMMENTS ON THEMEFOREST (Envato) HAS ADVISED OLGA WILL BE RESOLVING THIS ISSUE.
I AWAIT OLGA’S REPLY….
Hello,
Add the following code in custom CSS
.woocommerce-checkout-review-order #shipping_method input {
margin-right: 5px;
}
@media only screen and (max-width: 320px){
.cart_totals #shipping_method li:last-child label, #order_review #shipping_method li:last-child label {
display: inline-block !important;
}
.cart_totals #shipping_method li:last-child input, #order_review #shipping_method li:last-child input {
display: inline-block !important;
position: relative;
right: auto !important;
float: none !important;
}
}
Regards
I will add the code and get back to you Olga
Thank you
Olga,
I can always rely on you to fix it, works now and is perfectly spaced!
Please mark as resolved.
Thank you so much 🙂
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up