How do I make the content go all the way across? I tried changing the #container tag, but that just makes the entire OSticket full width. I just want the content to expand the entire container.
Bengal313
You’d have to modify the codebase to accomplish this. When modifying the code you are always on your own as you are deviating from core. The code is open source and publicly available on GitHub. GitHub has a great search tool as well as a code tree/glossary that aids in navigating the code. You will proceed at your own risk. Good luck’!
Cheers.
Thank you
I'll give you a hint; it's hardcoded via the data-width property on the textarea itself within the template file. Oh, and the full width is 940px btw.
data-width
textarea
940px