0
Welcome Guest! Login
0 items Join Now

Gantry 5 content-top and content-bottom?

  • Re: Gantry 5 content-top and content-bottom?

    Posted 9 years 5 months ago
    • Hi Mark,

      Thanks, your suggestion didn't seem to work for me but helped me work out this temporary fix:
      .g-grid .size-75 .g-container {
        width: 100%;
      }

      It looks like there may be one too many "g-container" classes. The one associated with the main body is set to 75rem but should probably be 100%:
      <section class="g-wrapper">
        <div class="g-container">
          <div class="g-grid">
            <div class="g-block size-25">
              <section id="g-sidebar">
                <div class="g-grid">
                  <div id="fc-sidebar" class="g-block size-100">
                </div>
              </section>
            </div>
            <div class="g-block size-75">
              <div class="g-container">	 <- width set to 75rem but should be 100%
                <main id="g-main">
                  <div class="g-grid">
                    <div id="fc-main" class="g-block size-100">
                  </div>
                </main>
              </div>
            </div>
          </div>
        </div>
      </section>
    • Webilicious
      Web Design and Development Services
      https://www.webilicious.com.au
      https://iconifier.net
      https://webhostingdownunder.com.au
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13482
    • Web Designer/Developer

    Re: Gantry 5 content-top and content-bottom?

    Posted 9 years 5 months ago
    • yup I tested in different template... you're good with what you have it is the g-container that is the issue. You can have containers within containers - but it this case things have gone awry which is why I created the issue for our DEVS to look.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.050 seconds