Reply To: add a site container

Homepage Community Forums Legacy Theme Support add a site container Reply To: add a site container

#10693
Wes
Moderator

    Since there is already a .site-container in the code, all you would need to do is add some css for it like this –

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

    You can adjust the width and the border with whatever color you need.