SyntaxFix
Write A Post
Hire A Developer
Questions
i solved with a max-width in my main css-file.
max-width
/* Set width on the form input elements since they're 100% wide by default */ input, select, textarea { max-width: 280px; }
It's a simple solution with little "code"