I´m using die SP Quick Booking on http://preview.beergo.at/bestellung. I need to make the last field "Anmerkungen" bigger, but I really don´t know how... Can you help me?
Thank you!
Mia
Accepted Answer
Hi,
Please add this css code inside of your csutom.css file.
I attached a screenshot. The problem is the following: If clients fill in the field "Anmerkungen" (which is notes, e.g. a question etc.), they do not see their text in the end but just a few words, because the field is too small. I want to make it bigger (about four times bigger than now), to enable a more comfortable way to fill in this field.
Hi,
if I may...
the main problem is that the last field "Anmerkungen" is input type,
not textarea (basic level of HTML knowledge) .
So I can deliver you only longer field solution:
input#anmerkungen {width: 100%;}
...but if you want to make it bigger, higher you have to edit module code and use "textarea" html tag.
thank you so much! You guys are so helpful!!!
You caught me - I´m an absolute HTML beginner. Sorry for that!
Make it longer works perfectly! That would be a compromise. Make it higher would be even more perfect!
But I do not understand exactly where I would have to put the textarea-tag? And how?
It request php/html customization... so as you mentioned it can be too difficult for you.
---
basic of CSS / HTML magic knowledge is always good to know.