Home › Community Forums › Legacy Theme Support › add a site container › Reply To: add a site container
February 15, 2014 at 8:55 am
#10693

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.