Closed (works as designed)
Project:
AdaptiveTheme
Version:
7.x-3.1
Component:
CSS/HTML
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Dec 2012 at 18:59 UTC
Updated:
8 Dec 2012 at 19:49 UTC
I'm trying omega and adaptivetheme to use responsive webdesign. On omega that uses 960grid, I can add a "grid-X" class to an html element to display it in the grid, with the right width etc. Is there a way to do the same thing with adaptivetheme?
http://drupal.stackexchange.com/questions/42540/adding-a-grid-with-speci...
Comments
Comment #1
Jeff Burnz commentedAT does not use Grid classes embedded in markup (it does not use grid classes at all).
If you are asking this I assume you do not really understand how this theme works - you use the layout system (in theme settings, for the main container/page and panels layouts) and write content/element specific CSS yourself, aka use a semantic grid approach.
Grid classes in markup are a huge limitation - what seems so easy now, turns quickly into a massive roadblock later on.