Comments 13Alice started the conversationJanuary 21, 2019 at 1:03pmHi Laborator,The checkboxes for shipping options on the Checkout page are sitting above the text and it is causing some confusion for our customers. (see attached screenshot)We would like to them to be inline with the text.Can you please help?Kind regards,Alice{"wp":{"use":false,"adminUrl":"https://parallaxphotographic.coop/checkout/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}[deleted] repliedJanuary 22, 2019 at 7:58amHi Alice,If you add this Custom CSS: .woocommerce .shop_table .woocommerce-shipping-methods label { display: inline;}.woocommerce .shop_table .woocommerce-shipping-methods li { margin-bottom: 10px;}It will fix this problem: (view large image) 13Alice repliedJanuary 22, 2019 at 11:10amHi Arlind,Thank you for the reply. I tried that CSS, but it breaks up the text in a strange way at the end, where (inc.VAT) is. Please see attached screenshot.Kind regards,Alice[deleted] repliedJanuary 23, 2019 at 8:18amHi Alice,I have tried another fix: .woocommerce-shipping-methods li { position: relative; padding-right: 22px; margin-bottom: 10px; } .woocommerce-shipping-methods li .shipping_method { position: absolute; right: 0; } And it looks good! (view large image) 13Alice repliedJanuary 23, 2019 at 10:52amHi Arlind,I have tried this, but still having the same issue with the (inc. VAT) part on the first line, see screenshot.I have cleared the cache.[deleted] repliedJanuary 24, 2019 at 12:51pmHi Alice,I have checked your site and saw that the checkbox is properly aligned with shipping methods, see here:https://d.pr/v/MOikLC 13Alice repliedJanuary 25, 2019 at 11:29amHi Arlind,Any idea why we're seeing it differently? I've tried it in Chrome and Safari and get the same problem at the end of Standard Delivery.Kind regards,Alice[deleted] repliedJanuary 29, 2019 at 8:28amHi AliceCan you please add this CSS: .tax_label { white-space: nowrap; }This will make the "(incl. VAT)" appear not broken on rows. 13Alice repliedJanuary 29, 2019 at 10:39amThank you Arlind! That solved it.Kind regards,Alice1 Like Sign in to reply ...
Hi Laborator,
The checkboxes for shipping options on the Checkout page are sitting above the text and it is causing some confusion for our customers. (see attached screenshot)
We would like to them to be inline with the text.
Can you please help?
Kind regards,
Alice
Hi Alice,
If you add this Custom CSS:
It will fix this problem:
(view large image)
Hi Arlind,
Thank you for the reply. I tried that CSS, but it breaks up the text in a strange way at the end, where (inc.VAT) is. Please see attached screenshot.
Kind regards,
Alice
Hi Alice,
I have tried another fix:
And it looks good!(view large image)
Hi Arlind,
I have tried this, but still having the same issue with the (inc. VAT) part on the first line, see screenshot.
I have cleared the cache.
Hi Alice,
I have checked your site and saw that the checkbox is properly aligned with shipping methods, see here:
https://d.pr/v/MOikLC
Hi Arlind,
Any idea why we're seeing it differently? I've tried it in Chrome and Safari and get the same problem at the end of Standard Delivery.
Kind regards,
Alice
Hi Alice
Can you please add this CSS:
This will make the "(incl. VAT)" appear not broken on rows.Thank you Arlind! That solved it.
Kind regards,
Alice