Hi,
Try the to change this code
@media only screen and (min-width: 1900px) {
.alt-bg {
margin-left: -476px !important;
padding-left: 410px;
padding-right: 541px !important;
}
}
to this one
@media only screen and (min-width: 1900px) {
.alt-bg {
margin-left: -476px !important;
padding-left: 490px !important;
padding-right: 541px !important;
}
}
-Rui