Customizing the CSS file

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Siamak
Posts: 3
Joined: Wed Jun 02, 2021 7:52 am

Customizing the CSS file

Post by Siamak »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

I am looking to give the .wrapper property in CSS a width of 1238px so that it fits the white area I have on all my pages. I did try to add the following to the .wrapper property in the app.min.css file:

.wrapper{display:-ms-flexbox;
width:1238px;
margin: 0 auto;
min-height:100vh;
font-family:"Lato",Arial,sans-serif;
color:#26282a;
font-size:20px;
font-weight:400;
font-style:normal;
font-stretch:normal;
line-height:1.57;
letter-spacing:.1px;
background-color:#fff}

This is not working. What should I do?

Here is the screenshot of the current display: Image
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Customizing the CSS file

Post by Klemen »

You probably want to remove max-width:1070px; in .cust-help .contr

Note however that customizing the theme to your own liking is out of the scope of our support.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Siamak
Posts: 3
Joined: Wed Jun 02, 2021 7:52 am

Re: Customizing the CSS file

Post by Siamak »

I think I mis-conveyed what I mean.


Image Image

These are the changes I want.
Siamak
Posts: 3
Joined: Wed Jun 02, 2021 7:52 am

Re: Customizing the CSS file

Post by Siamak »

Klemen wrote: Wed Jun 02, 2021 8:08 am You probably want to remove max-width:1070px; in .cust-help .contr

Note however that customizing the theme to your own liking is out of the scope of our support.
Thank you very much for getting back to me so soon.

And, thank you for your note.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Customizing the CSS file

Post by Klemen »

It's hard to say from the picture, you would need someone to look at your specific code.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply