Page 1 of 1

Customizing the CSS file

Posted: Wed Jun 02, 2021 7:57 am
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

Re: Customizing the CSS file

Posted: Wed Jun 02, 2021 8:08 am
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.

Re: Customizing the CSS file

Posted: Mon Jun 07, 2021 6:43 pm
by Siamak
I think I mis-conveyed what I mean.


Image Image

These are the changes I want.

Re: Customizing the CSS file

Posted: Mon Jun 07, 2021 6:47 pm
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.

Re: Customizing the CSS file

Posted: Tue Jun 08, 2021 12:50 pm
by Klemen
It's hard to say from the picture, you would need someone to look at your specific code.