I am going crazy trying to figure out how the page margins disappeared from this site, which has a child theme .css, whose only difference from the orginal parent css is the following in at attempt to get the pages to be wider, which doesn't seem to work anyway.
}
.ie .site {
max-width: 1100px;
}
On small screens, the page margins show, but on larger 13" screens +, it's as if there were no page margins left and right, and everything contained within the white of the page, including nav, page content, and footer, runs flush left on the edge of the page. I've tried replacing the .css with fresh copies, but nothing changes. Please help.