Hello,
Thank you for your beautiful theme.
I have some troubles while styling a booking engine form in a new site (test version).
First of all I want to say that this css style work well with another wordpress theme (Genesis).
I tried to insert it in the “style” file of Enfold child, custom css and quick css but this code still does not work.
Can you kindly help me ?
Best regards,
jean-daniel
CSS :
——————————————————–
#reservation_form_wrapper
{
font-size:11px;
padding:0;
}
#reservation_form_title
{
font-weight:700;
text-align:left;
display:block;
padding-bottom:5px;
}
.reservation_form_row
{
padding:3px 0;
}
.reservation_form_row_rate
{
margin:2px 0 10px 0;
}
.reservation_form_row_rate .reservation_input
{
padding-top:4px;
}
.reservation_form_row_rate input
{
width:140px;
}
.reservation_form_row_rate label.reservation_label
{
line-height:10px;
}
div#reservation_form select#AVP_list_months
{
width:100px;
font-size:11px;
}
div#reservation_form select#AVP_list_days
{
width:55px;
font-size:11px;
}
div#reservation_form select#AVP_list_nights
{
width:55px;
font-size:11px;
}
label.reservation_label
{
float:left;
font-size:11px;
line-height:11px;
width:55px;
margin-top:5px;
}
#submit-row
{
text-align:left;
padding-top:10px;
}
#form_links
{
font-size:11px;
}
div#reservation_form select#selectedAdultCount,div#reservation_form select#selectedChildCount,div#reservation_form select#selectedInfantCount
{
width:50px;
font-size:11px;
line-height:11px;
}