3 col layout to responsive?
PermalinkCan I achieve this with media queries and what would I say?
I have used the Add Layout function and made 3 cols but the function has written it own class for each column.
I have tried to use the generated class for each column in a media query with width at 100% but they won't collapse. I just get 3 super skinny columns with a lot of padding.
http://www.responsivegridsystem.com/...
study/grab the code from here, it'll make sense to you!
I have been looking at moving to the Skeleton framework.
Yes, @media queries would work. You would need something like so:
Hope this helps :)