Hi,
I was checking the Florence template and wanted to buy it. I just noticed that it will not fill the space on the right for my 1080 px monitor. Can this be adjusted to use percentage instead of fixed size?
.sidebar_wrapper {
width: 20%;
}
.content_wrapper {
margin-left: 20%;
}
.wrapper960 {
width: 100%;
}
@media only screen and (max-width: 1100px) {
.content_wrapper {
margin-left: 0;
}}