Tagged: x
-
AuthorPosts
-
June 14, 2016 at 7:26 pm #1042333
mat_kinotekParticipantHi, how can i align the radio checkboxes on the right, so they are next to the shipping rates? (see screenshot attached)
thanks!June 15, 2016 at 5:51 am #1043010
LelyModeratorHi There,
Please do give us admin credentials so we can access the page you have in the screenshot. It might be possible with some custom CSS but we need to access the page.
June 16, 2016 at 2:12 am #1044699
mat_kinotekParticipantThis reply has been marked as private.June 16, 2016 at 2:28 am #1044716
RupokMemberHi there,
Thanks for updating. I am suggesting you two solutions as I am not entirely sure what you are trying to achieve.
#1. If you want like this – http://prntscr.com/bgzxx5
Add this CSS under Custom > CSS in the Customizer.
.woocommerce-account form input[type="radio"], .woocommerce-account form input[type="checkbox"], .woocommerce-checkout form input[type="radio"], .woocommerce-checkout form input[type="checkbox"] { float: right; margin-left: 10px; }#2. If you want like this – http://prntscr.com/bgzy86
Then use this instead :
.woocommerce-account form input[type="radio"], .woocommerce-account form input[type="checkbox"], .woocommerce-checkout form input[type="radio"], .woocommerce-checkout form input[type="checkbox"] { float: none; margin-right: 5px; }Hope this helps.
Cheers!
June 16, 2016 at 5:39 pm #1046026
mat_kinotekParticipantit works (it was the first option) but now i have the other radio boxes aligned in the wrong direction!
(see screenshots attached)
I need to align to the right ONLY the shipping radioboxes, while keeping on te left the radioboxes in the other sections of check out.
Thanks!June 16, 2016 at 11:56 pm #1046507
RadModeratorHi there,
Please change this CSS,
.woocommerce-account form input[type="radio"], .woocommerce-account form input[type="checkbox"], .woocommerce-checkout form input[type="radio"], .woocommerce-checkout form input[type="checkbox"] { float: right; margin-left: 10px; }to this
.checkout_shipping input[type="radio"], #shipping_method input[type="radio"] { float: right; margin-left: 10px; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1042333 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
