Hey Guys. 🙂
I started to setup your ticketsystem and one problem was that I had to edit some files so that osTicket use 100% of the page.
But this works now.

I guess my new issue is affected by that.
Here are 2 Screenshots.

Maybe I have to edit the file "ticket-edit.inc.php"?

Thanks in advance!

I think you need to edit the scp.css file.
Use DevTools (F12)

Thank you.
I've found out, that I have to edit this section from "pull-left flush-left" to "pull-center flush-center"
Can someone tell me what I have to edit in the scp.css file?

I think you're going the wrong way.
In your case, pull- and flush-left are divs defined in file \include\staff\ticket-edit.inc.php:

These divs are then formatted in CSS files:

Of course, you can modify the values in CSS. But keep in mind that you can influence more elements in the whole osTicket than just the one you are interested in.

It would be best to create a new div in CSS, which you will then link to from PHP.

However, from the first screenshot I feel like you need to adjust the position of the whole block. In the last screenshot you try to adjust only the position of the title.

Write a Reply...