• Resolved Maxime Diard

    (@maxime-diard)


    Hi
    thanks for the great plugin and all the hard work!

    I was just wondering if it was possible to layout the form on 2 columns?

    At the moment all the fields are stacked on top of each other in one column which makes the page very long.
    Is there a way to split it in 2 column? So for example “book a table, date, time and party”would be in a left column and the contact details would be in a second right hand side column.

    Many thanks in advance for your help!

    https://wordpress.org/plugins/restaurant-reservations/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Maxime,

    Yes, you can do this with some CSS code. It may vary from site to site, but try this code:

    .rtb-booking-form fieldset {
      float: left;
      width: 50%;
    }

    If that doesn’t work, post the link to the form on your site and I’ll take a look.

    Thread Starter Maxime Diard

    (@maxime-diard)

    Worked perfectly thanks a lot!

    I won’t hesitate recommending your plugin! Thanks again

    Max

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formatting the form onto two columns layout’ is closed to new replies.