Please or Register to create posts and topics.

Size of input field in the forum

How can I reduce the size of the input field in the forum? If the text becomes longer, it should – of course – be possible for the field to “grow”.

 

Uploaded files:
  • Bildschirmfoto-2024-06-17-um-08.59.06.jpg

No idea? There doesn’t seem to be a simple configuration option. But I don’t know which php page I need to edit. I would be grateful for a tip.

I couldn’t find any setting for it either, but I was able to fix it via CSS:

#af-wrapper .post-message {
min-height: 40px;
}

Sorry for the late answer. In Tipps & Tricks I found a similar Solution. Thank you anyway.

Unfortunately it doesn‘t work with i(Phones).