Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9184503
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:04:12+00:00 2026-06-17T19:04:12+00:00

Using the Gumby Framework I’m encountering issues nesting divs. I’m trying to nest a

  • 0

Using the Gumby Framework I’m encountering issues nesting divs.

I’m trying to nest a three and seven column grid within a ten column grid.

I’ve tried a few variations with my HTML/CSS to no avail. Figure I must be missing something fairly simple.

Site Link

HTML code example:

 <div class="ten columns main_col">
 <p>Text removed</p>

 <div class="row">
 <div class="three"><h2 class="100width">Core Services</h2></div>
 <div class="seven"></div>
 </div>

 </div>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T19:04:14+00:00Added an answer on June 17, 2026 at 7:04 pm

    The framework isn’t “smart”. Everything is based on 12 or 16 columns. So you’ve got to do all the thinking for things of this nature. If you want a 3-7 centered container within a 12 column grid, the following code does just that:

    <!-- 10 Columns -->
    <div class="row">
        <div class="three columns push_one">3 col</div>
        <div class="seven columns">7 col</div>
    </div>
    <!-- // End 10 -->
    

    Here’s why: 10 columns = 10 of 12(for argument’s sake), 3 columns and 7 columns within that container are actually a 30% of 12 column next to a 70% of 12 column residing inside a 83.333% of 12 column container. Throwing class="ten columns" on the container doesn’t fire some kind of recursive function to “reset” the container as a 10 column grid system; thus, the goofy margins, padding, etc. It’s actually working as expected. Hope that makes sense.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using InteliJ IDEA , I am trying to set up multiple projects to run
Using the WPF Grid control is easy when your child elements are always contained
Using Sinatra and DataMapper. This is my first time trying to use more than
Using The Play Framework how easy would it be to allow an admin user
Using Python, I'm trying to connect to my AppEngine app's remote_api handler, but I
Using IOS, I am trying to integrate the LinkedIn into the application. The integration
Using C#, I want to show the image in the Access column but failed
Using Point Cloud Library on Ubuntu, I am trying to take multiple point clouds
Using rubular.com as a guide, I am trying to get this expression to work
Using jQuery UI Resizable I'm trying to prevent resizing based on various rules. The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.