• Resolved halukkasli

    (@halukkasli)


    hi,
    i install the plugin and try to use it. it works very good but the only problem i have is the party size drop down box size? can you pls help me to sort this out.
    http://www.ephesusrestaurant.co.uk/contact you can check it from here. till i sort out this i wont be using it on the site. and also is there a any way not to see “booking form” and “personel details” texts on the form.
    thanks you

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

    The party size field styles are determined by your theme. The following CSS code should get them matching the other input fields:

    
    .rtb-booking-form select {
        width: 100%;
        max-width: 15em;
    }
    

    If you want to hide the fieldset legends, you can use the following CSS:

    
    .rtb-booking-form legend {
        position: absolute;
        top: 0;
        left: -9999px;
    }
    
Viewing 1 replies (of 1 total)

The topic ‘form lay out problem.’ is closed to new replies.