• Resolved daan

    (@dhoitink)


    Hi Nate,
    I’ve seen some screenshot where these 2×3 fields are shown in a single column, where as my website shows 2 columns. The changelog says; Add: Allow bookings table columns to be toggled on/off, but i can’t find this feature. Where to look? It would be really nice if it would ‘auto break up’ into 2 sections (so below each other, instead of beside each other) when showing on a mobile device.

    Also is it possible to have the ‘add a message’ field expanded right from the start?

    Thanks!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Daniel,

    The feature from the changelog refers to the list of bookings in the admin panel. It’s not related to the booking form itself, which I think is what you’re looking to customize.

    The plugin doesn’t do any special layout of the booking form for you. If the fields in the form are two columns for you it may be because your theme has customized them to be like this.

    Can you send a link to the form on your site and let me know what you want to be changed? I’ll take a look and provide some CSS code for you (which will also display the message field by default).

    Thread Starter daan

    (@dhoitink)

    Thanks Nate,
    Problem has been solved by theme support!
    I’m sorry, i thought it was a plugin issue.

    Great, glad you were able to work it out!

    I Had the same issue and just added this to my css to force the one column layout on mobile:

    @media only screen and (max-device-width: 480px) { .rtb-booking-form fieldset{
    float:none;
    width:100% !important;
    margin:0px !important;
    }
    }

    I hope this is a good solution if you want to show the form in one column on mobile devices.

    David

    Thread Starter daan

    (@dhoitink)

    Thanks David.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘single column vs dual column’ is closed to new replies.