Support » Plugin: Checkout Field Manager (Checkout Manager) for WooCommerce » How to change width of field

  • Resolved sharonjh29

    (@sharonjh29)


    I am creating a website for eye glasses and would like to create 5 custom fields and have them all on the same row. As of now, I can only choose, wide, left or right, which gives me at most, only 2 fields per row.
    Is there a way that I can have 5 fields in a row?
    like:
    SHPERE CYLINDER AXIS ADD
    field1 fields2 field3 field4

    thank you,

    • This topic was modified 7 years ago by sharonjh29.
Viewing 1 replies (of 1 total)
  • chrispink

    (@chrispink)

    You would have to manipulate the CSS.

    There is a field for custom CSS in the admin options. Use a web inspector in your browser to identify the elements you want to change and write a little code.

    for instance;

    #billing_company_name {display:none;} hides the Company Name field.

    or in your case;

    #feild_1 { width: 20%; } – obviously change the ID and the value to suit your case – in your web inspector you can play with these values.

    • This reply was modified 7 years ago by chrispink.
Viewing 1 replies (of 1 total)
  • The topic ‘How to change width of field’ is closed to new replies.