Having some trouble customizing my Helix Framework template. I'm trying to adjust the width of the page to be 1140 px. When I make changes in the framework menu, it only adjusts the text field width and not the graphics. How can I achieve the layout shown in the attachment below? I am aware that I could use
body {
width: 940px;
}
However, this causes issues with the mobile version as the page width is fixed, making it non-responsive. Is there a better way to edit the code to maintain responsiveness?
Thank you!