[Solved] How to change the Command Bar's width and position?
Curt A. P.
14 Dec 2020, 20:34I think I found most of the javascript and HTML related topics and I could comprehend 30 percent of them.
There's a large load of customization questions incoming, but let's start with this!
-
The Command Bar is too wide (obviously).
- I couldn't figure anything to change that. I want it at the width of divOutput or smaller -
The Command Bar's position is off.
-It is partially cut off the screen at the bottom. I want the Command Bar to be a bit higher.
Edit: Fixed the image link
Curt A. P.
22 Dec 2020, 19:05- After many pointless attempts, I figured a working script to change the command bar:
JS.setCss ("input#txtCommand", "width: 955px;")
- Its vertical position was somewhere fixed along the way and I don't know when or why that solved itself.