0
Welcome Guest! Login
0 items Join Now

g-container for many sections

    • daveskye's Avatar
    • daveskye
    • Sr. Rocketeer
    • Posts: 205
    • Thanks: 0

    g-container for many sections

    Posted 3 months 1 week ago
    • Hello
      Is there a way setup the layout to have one container holding all the sections, rather than a container for each section?

      Currently


      <div class="g-container">
      <section id="g-navigation">
      </section>
      </div>
      <div class="g-container">
        <main id="g-main">
        </main>
      </div>
      <div class="g-container">
        <footer id="g-footer">
        </footer>
      </div>



      Preferred


      <div class="g-container">
        <section id="g-navigation">
        </section>
        <main id="g-main">
        </main>
        <footer id="g-footer">
        </footer>
      </div>
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 21585
    • Thanks: 3095
    • messin' with stuff

    Re: g-container for many sections

    Posted 3 months 5 days ago
    • Sure, just set your default Layout to "Full Width (Remove Container)" and then use/target "#g-page-surround" as your outter container.
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:

Time to create page: 0.046 seconds