Hi there,
We have re-adjusted this for the next update, thanks for pointing out the issue. Here is the adjusted custom css:
@media only screen and (min-width: 1500px) {
.alt-bg {
margin-left: -700px!important;
padding-left: 700px;
padding-right: 700px;
}
}
@media only screen and (min-width: 1980px) {
.alt-bg {
margin-left: -750px!important;
padding-left: 750px;
padding-right: 750px;
}
}
@media only screen and (min-width: 2500px) {
.alt-bg {
margin-left: -1200px!important;
padding-left: 1200px;
padding-right: 1200px;
}
}
Just add that to the custom css box within theme options.
– Ed