Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

Has anyone tried using the Unsemantic CSS grid system in Drupal 7? It's a fluid grid done by the same people who did 960.gs. I'm using preprocess functions (mostly for blocks) to apply the grid classes, but I wonder if I should be targeting regions as a first pass and then blocks as a second pass.

Also, for some reason, applying these grid classes seems to have messed with the display order of some regions/blocks; for example, content is now rendering at the top of the page, though its position in the source hasn't changed.

Does anybody have any insights on using the Unsemantic CSS system in Drupal 7?

share|improve this question
Well, this is a pretty open ended question. At any rate, I'm developing mainly with Unsemantic now. My 2.x branch of the Bamboo theme on drupal.org is using it though it's in the very early stages and not ready for general use yet. I'm also using it for client projects and am basically back porting stuff I develop there to Bamboo 2.x. The key is to use push and pull for rendering regions in the a reasonable order. – Danny Englander Jun 12 at 15:43

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.