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 8288677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T12:19:31+00:00 2026-06-08T12:19:31+00:00

Twitter bootstrap documentation talks about three mixins to generate grid systems: .container-fixed(); #grid >

  • 0

Twitter bootstrap documentation talks about three mixins to generate grid systems:

.container-fixed();
#grid > .core();
#grid > .fluid();

I know how to setup the page to use bootstrap and less… But I don’t know how to use the grid system semantically. The documentation says what mixins to use but not how… ¿ Could anyone ilustrate how to use them in order to create semantic grids ? Just to figure out or to see how it works :S

Thank you !!

  • 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-08T12:19:32+00:00Added an answer on June 8, 2026 at 12:19 pm

    In navbar.less of bootstrap you will find the following.

    grid and .core are used to namespace the .span()

    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
    #grid > .core > .span(@gridColumns);
    }
    

    In cases where you want to keep "span3" etc out of your html you could very well do something similar to:

    header {
       #grid > .core .span(12)
    }
    
    article.right {
       #grid > .core .span(6)
    }
    
    aside.right {
       #grid > .core .span(6)
    }
    
    footer {
       #grid > .core .span(12)
    }
    

    (12) and (6) are the number of columns you’d like your header element to span. This is of course replacing

    <header class="span12"></header>
    <article class="span6"></article>
    <aside class="span6"></aside>
    <footer class="span12"></footer>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I create topbar menu using twitter-bootstrap and It working fine .topbar .topbar-inner .container-fluid {{#view
According to the twitter bootstrap documentation , I should be able to Wrap strings
With Twitter Bootstrap 2, how do get links working within collapse-nav: <div class=navbar navbar-fixed-top>
Using Twitter Bootstrap's bootstrap-tab.js, I have: <ul class=tabnavcenter id=myTab> <li class=active><a href=#home data-toggle=tab>about</a></li> <li><a
I am using twitter bootstrap and I would like a container div to stretch
I am using twitter bootstrap in a project and while reviewing the documentation, i
I am using twitter bootstrap and the 'media-grid' feature to display some thumnabils of
I'm building my first site with Twitter Bootstrap and experimenting with fluid layouts. I've
Twitter Bootstrap has a form control that would glow on the borders when in
Using Twitter Bootstrap's [Tabbable Tabs][1], it says to: Enable tabbable tabs via javascript (each

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.