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;
}
Is it possible to do the same for BeTheme Blog?
Thanks,
Rob
                
Comments
#Wrapper {border-left:2px solid red;
border-right:2px solid red;
}