Hi!
How can I shorten the title's input textfield in the edit view? I am asking because it does not fit the layout on my mobile (see screenshot).
I have tried to experiment with the custom CSS box in the layout editor, such like:
#jevents .inputbox{
size: 20;
}
and
.inputbox{
size: 20;
}
But I did not succeed with that.
Best
Markus
How can I shorten the title's input textfield in the edit view? I am asking because it does not fit the layout on my mobile (see screenshot).
I have tried to experiment with the custom CSS box in the layout editor, such like:
#jevents .inputbox{
size: 20;
}
and
.inputbox{
size: 20;
}
But I did not succeed with that.
Best
Markus