shenk wrote:
'.g-container' layer was between '.g-grid' and 'section', and it holds "width:75rem" css, which is very important. I don't know why after I upgraded to the latest gantry framework, this layer is gone, now everything on my site is equal to my screen width.
Is taking out '.g-container' intended?
Hmm...didn't do that for me. I tried November's template and Salient both running Gantry 5.2.0.
Before 5.2.0:
<section id="g-feature">
<div class="g-container">
<div class="g-grid">
where g-container is set to "width: 75rem;"
After 5.2.0:<section id="g-feature">
<div class="g-container">
<div class="g-grid">
where g-container is set to "width: 75rem;"
You probably have a corrupt download. Please download a FRESH copy and try installing that.