Page 1 of 1

Question Hesk 3x

Posted: Wed Apr 08, 2020 10:38 am
by Markco
Hello,

I would like to reduce this space (see screen) how to do it?

Thank you

Greetings

Screen:
Image

Re: Question Hesk 3x

Posted: Wed Apr 08, 2020 10:49 am
by Klemen
You will need to remove this from .wrapper class from the theme/hesk3/css/app.min.css file:

Code: Select all

min-height: 100vh;
To make it easier to edit, you can edit app.css and rename it to app.min.css (app.css is called when Debug mode is ON, app.min.css is called when Debug mode is OFF).

Re: Question Hesk 3x

Posted: Wed Apr 08, 2020 12:21 pm
by Markco
Ok Work fine, thank's ;)