0
Welcome Guest! Login
0 items Join Now

SOLVED 'g-container' layer gone with the Latest Gantry version??

    • shenk's Avatar
    • shenk
    • Hero Rocketeer
    • Posts: 424
    • Thanks: 11

    SOLVED 'g-container' layer gone with the Latest Gantry version??

    Posted 9 years 6 months ago
    • '.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?
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED 'g-container' layer gone with the Latest Gantry version??

    Posted 9 years 6 months ago
    • 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.
    • Matias Griese's Avatar
    • Matias Griese
    • Sr. Rocketeer
    • Posts: 249
    • Thanks: 104
    • Lead Developer

    Re: SOLVED 'g-container' layer gone with the Latest Gantry version??

    Posted 9 years 6 months ago
    • I think I know what causes this "bug".

      Can you clear the cache from Gantry 5 (dropdown menu on the top) and see if that fixes the issue?

      After checking the frontend, and only if the issue wasn't solved: go to base outline and save the new page settings.

      If that doesn't work, change Sections Layout setting value into Boxed (and back to the first value).

      Please report back if either of the actions did the trick, thank you!
    • Last Edit: 9 years 6 months ago by Matias Griese.
    • Gantry 5, enjoy!
    • shenk's Avatar
    • shenk
    • Hero Rocketeer
    • Posts: 424
    • Thanks: 11

    Re: SOLVED 'g-container' layer gone with the Latest Gantry version??

    Posted 9 years 6 months ago
    • Clearing cache works for me.

Time to create page: 0.051 seconds