1

Does anybody know how can change person type fields like this:like this ?

Currently it looks like this:
Original

thank you.

Reigel Gallarde
  • 64,198
  • 21
  • 121
  • 139
MajidoRc
  • 13
  • 1
  • 6

1 Answers1

-1
.wc-bookings-booking-form .form-field input[type=number] {
    width: 55%;
}
.wc-bookings-booking-form .form-field {
    float: left;
    width: 30%;
}

Although changing the 'field' view using CSS isn't recommended, you can copy & paste the above CSS in your style.css file and then click on Update file to save the changes. It'll shift the alignment from vertical to horizontal.

Note: You probably have to adjust the values(%) based on your website's page. Alternatively, you could use another WooCommerce bookings plugin to display the participants/people field in a better and more recommended way.

Hope this helps! :)

  • thank you but I try this before it's changed same [this](https://prnt.sc/qxqn10) and i used another plugin too they have many problems for my job :) – MajidoRc Feb 05 '20 at 06:56