Page 1 of 1

Minor fix - submit a ticket

Posted: Sat Feb 18, 2023 12:21 am
by Squirt8494
This is an extremely small cosmetic fix, but it would be awesome to center the submit ticket elements, similar to lookups.

On large screens it looks kinda... wonky.

Image
Image

Re: Minor fix - submit a ticket

Posted: Sat Feb 18, 2023 11:13 am
by Klemen
I see what you mean; it comes down to personal preference :)

It shouldn't be hard to add on your side by editing the file \theme\hesk3\customer\create-ticket\create-ticket.php

Just AFTER line 123, starting with:

Code: Select all

<form class="form form-submit-ticket
add

Code: Select all

<div style="max-width: 570px; margin: auto;">
Then BEFORE line 346/347:

Code: Select all

</form>
add

Code: Select all

</div>

Re: Minor fix - submit a ticket

Posted: Sat Feb 18, 2023 7:31 pm
by Squirt8494
Perfect, as always! Thanks! :mrgreen: