Size of input field in the forum
Quote from alf on June 17, 2024, 9:08 amHow 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”.
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:
Quote from alf on June 18, 2024, 8:46 amNo 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.
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.
Quote from mjsmith on June 21, 2024, 10:39 pmI couldn’t find any setting for it either, but I was able to fix it via CSS:
#af-wrapper .post-message {
min-height: 40px;
}
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;
}
Quote from alf on June 30, 2024, 1:06 pmSorry for the late answer. In Tipps & Tricks I found a similar Solution. Thank you anyway.
Unfortunately it doesn‘t work with i(Phones).
Sorry for the late answer. In Tipps & Tricks I found a similar Solution. Thank you anyway.
Unfortunately it doesn‘t work with i(Phones).