Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS html5 boilerplate – need help — stuck with lot of CSS issues. Re: html5 boilerplate – need help — stuck with lot of CSS issues.

#135836
unasAquila
Participant

You need to change it in your @media query.

@media only screen and (min-width: 1140px) {

/* ===============
Maximal Width
=============== */

.wrapper {
width: 100%; /* 1140px – 10% for margins */
margin: 0 auto;
}
}