2

Trying to find a responsive CSS grid with the capability to change column order visually. E.g., I have content before navigation, but visually it should be vise versa: left navigation, right content.

I know ZURB's Foundation has this capability (pull, push) but I need something ready for production.

2
  • Can you explain why Foundation isn't production ready? The case studies section suggests otherwise. Commented May 5, 2012 at 20:38
  • Because it contains loads of redundant CSS I don't need. Commented May 7, 2012 at 9:33

1 Answer 1

2

Try the twitter bootstrap framework

2
  • I don't see Twitter Bootstrap have built-in CSS to reorder stuff. Also I need just a grid, not a framework. Commented May 7, 2012 at 9:12
  • 1
    Actually, Bootstrap does have pull-right and pull-left classes, and though apparently undocumented for this use, after a quick test I found at least pull-right works for reordering columns, too. www.google.com/search?q=bootstrap+pull-left&ie=utf-8&oe=utf-8 Commented Sep 25, 2012 at 11:33

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.