How can I extend the form fields ( First Name, last Name, email, Phone, and Details?
Right now they are half the size of the sidebar area.
See here:
I would like the form fields to extend 100% of the width of the sidebar area.
How can I extend the form fields ( First Name, last Name, email, Phone, and Details?
Right now they are half the size of the sidebar area.
See here:
I would like the form fields to extend 100% of the width of the sidebar area.
Hello,
please open this file
../booking/css/client.css
and add this code to the end of that file:
.booking_form_div textarea, .booking_form_div input, .booking_form_div select {
width:100%;
}Worked perfectly!
You must log in to post.