• Resolved gaiarestaurante

    (@gaiarestaurante)


    Hello,

    I’m new and I’m trying to use this system in my web. When I install the plugin in a page, all the forms are too wide… How Could I change it?

    Thank you!

Viewing 1 replies (of 1 total)
  • Hi @gaiaresaurante,

    The width can be adjusted using a little bit of CSS code. Something like this might do the trick:

    
    .rtb-booking-form {
      width: 20em;
    }
    

    You can adjust the 20em higher or lower as you like.

Viewing 1 replies (of 1 total)

The topic ‘Text form too wide’ is closed to new replies.