Home › Community Forums › Legacy Theme Support › added site container and responsive design isn't working › Reply To: added site container and responsive design isn't working
February 16, 2014 at 8:13 am
#10711

Moderator
I forgot to mention try adding max-width
instead of width
–
.site-container {
border: 8px solid #fff;
margin: 0 auto;
max-width: 1140px;
}