• Resolved Erika van Wijk

    (@erika-van-wijk)


    Hi NateWr,

    I want to increase the height of the message textarea and give this a white background.At the moment, there only :’Leave a message’ is shown. And not the inputfield unless I click on the ‘Leave a message’ (.rtb-booking-form .message textarea).
    For some reason, the used css-code is not working. Could you help me out with the correct coding?

    Many thanks for your reply!

    Regards,
    Erika

    https://www.ads-software.com/plugins/restaurant-reservations/

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

    THis is intended behaviour. But if you’d like the message field to appear by default, you can use the following CSS code:

    .rtb-booking-form .add-message {
    	display: none;
    }
    body .rtb-booking-form .message-open {
    	position: relative;
    	top: auto;
    	left: auto;
    }
    Thread Starter Erika van Wijk

    (@erika-van-wijk)

    Thanks for your help NateWr!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘message textarea adjust field to be visible’ is closed to new replies.