Jump to content

yoeyoe16

New Members
  • Posts

    3
  • Joined

  • Last visited

yoeyoe16's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i tried but it still didn't work
  2. yes i would like to be the Yes/No buttons to be side by side
  3. Greetings, We have purchased a wordpress template and we needed to add some fields to the booking form. The creator told me that we I have to manually add the code. What I have decided to add is some Radio Button choices. I have attached the php file and two screenshots of the booking form. The first one is what it looks like currently, the second one is what I wanted it to look like. Here is the CSS of the booking form: /*-------------------------------------------------- /* booking /*-------------------------------------------------- */ #booking-form-main{ display:block; } .booking-form{ background:url(../images/dotwhite75.png); padding:30px 0 30px 0; text-align:center; margin-bottom:30px; display:none; } .booking-form .text-label{ padding-bottom:10px; display:block; } .booking-form input{ width:97%; border:solid 1px #bbb; } .booking-form textarea{ width:98%; height:120px; } .booking-form select{ width:102%; } .booking-form .span3{ } .booking-form i{ margin-right:8px; color:#6a4a3d; } .btn-book-submit{ margin-top:30px; } .booking-inner{ display:inline-block; text-align:left; } #btn-book-now { margin-bottom:30px; } #btn-book-now .off{ display:none; } I would really appreciate any help that you would give me page_reservation.php
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.