treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Twitter Bootstrap - Help Getting Started

  • Hi guys,

    I've started working on the page which you can find here, using Twitter Bootstrap and noticed that by default the container div on the fluid layout is set to align left.

    I know it's very basic, but how would I amend the css to center this website, whilst maintaining its fluid layout?

    Thanks,


    Ross

  • Well, if it's in a wrapper div, and that div has a set width (even a %) just add
    margin: auto;
    to the wrapper.