Adding container around content
Hi,
I'm using the following custom css on my forum to create a container around the content.
#main-container {
max-width: 100%;
margin: 0 auto;
overflow: hidden;
background: #fff;
padding: 10px;
}
max-width: 100%;
margin: 0 auto;
overflow: hidden;
background: #fff;
padding: 10px;
}
Is it possible to do the same for BeTheme Blog?
Thanks,
Rob
Comments