@Keith: Thanks but I see that you are using Older version of Catch Box Pro theme. Can you update the theme to latest version 4.0 and then add the following css in “Appearance => Theme Options => Custom CSS” box. But the following css will work only in Catch Box Pro version 4.0 and above.
@media screen and (min-width: 1025px) {
.site {
max-width: 94%;
width: 100%;
}
#primary {
width: 72%;
}
#secondary {
width: 26%;
}
}
@media screen and (min-width: 1360px) {
.site {
max-width: 1300px;
width: 100%;
}
}