Title: align
Last modified: April 30, 2023

---

# align

 *  Resolved [zecamaral](https://wordpress.org/support/users/zecamaral/)
 * (@zecamaral)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/align-5/)
 * Hi. How can align, input-radio field and label in only one line?
 * You can see here what i say.
 * [https://teste.webpartner.pt/finalizar-compra/](https://teste.webpartner.pt/finalizar-compra/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [Sanesh Acowebs](https://wordpress.org/support/users/saneshacodez/)
 * (@saneshacodez)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/align-5/#post-16702603)
 * You can use the following CSS style to make the radio field to inline:
 * .input-radio {
   display: inline-block !important;margin-right: 5px;}
 * label.radio {
   display: inline-block !important;margin: 0px 10px 0px 0px !important;}
 *  Thread Starter [zecamaral](https://wordpress.org/support/users/zecamaral/)
 * (@zecamaral)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/align-5/#post-16702966)
 * Didn’t worked for me.
 * I want each option in one line.
 * You can see in [https://teste.webpartner.pt/finalizar-compra/](https://teste.webpartner.pt/finalizar-compra/)
   how did you get with that css.
 *  Plugin Contributor [Sanesh Acowebs](https://wordpress.org/support/users/saneshacodez/)
 * (@saneshacodez)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/align-5/#post-16703022)
 * Can you update the CSS code as below:
 * .input-radio {
   float: left;margin-right: 5px;margin-top: 7px;}
 * label.radio {
   display: block !important;}
 *  Thread Starter [zecamaral](https://wordpress.org/support/users/zecamaral/)
 * (@zecamaral)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/align-5/#post-16703059)
 * Worked. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘align’ is closed to new replies.

 * ![](https://ps.w.org/checkout-field-editor-and-manager-for-woocommerce/assets/
   icon-256x256.gif?rev=3327936)
 * [Checkout Field Editor for WooCommerce - Checkout Manager](https://wordpress.org/plugins/checkout-field-editor-and-manager-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/checkout-field-editor-and-manager-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/checkout-field-editor-and-manager-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/checkout-field-editor-and-manager-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/checkout-field-editor-and-manager-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/checkout-field-editor-and-manager-for-woocommerce/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [zecamaral](https://wordpress.org/support/users/zecamaral/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/align-5/#post-16703059)
 * Status: resolved