Reply To: added site container and responsive design isn't working

Homepage 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

#10711
Wes
Moderator

    I forgot to mention try adding max-width instead of width

    .site-container {
        border: 8px solid #fff;
        margin: 0 auto;
        max-width: 1140px;
    }