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:
