Hi,
I also need to reduce the global width to 971px.
Header, slider and footer already in the correct width but not with page and post width. I am using below CSS:
@media all and (min-width: 1080px) and (max-width: 1920px) {
.tc-header {
width: 971px;
margin: 0 auto;
}
footer#footer {
width: 971px;
margin: 0 auto;
}
}
.carousel-inner {
width: 971px;
margin: 0 auto;
}
The result is https://muffingraphics.com please advise.