responsive content columns

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat May 03, 2014 12:26 am
Reply with quote
Report this post
I'm used to using bootstrap classes for responsive columns in my articles:
<div class="row">
<div class="col-md-4"> </div>...
or
<div class="row">
<div class="span1"> </div>...

Neither of these seem to work in my RockWall template. Is there another class I should be using?
User avatar
Fresh Boarder

GK User
Sat May 03, 2014 7:54 am
Reply with quote
Report this post
With gavick templates there are no obvious grid systems. If you need one, you would need to declare your own classes. You can use override.css for that purpose.
User avatar
Moderator

GK User
Tue May 06, 2014 6:09 pm
Reply with quote
Report this post
Thanks, I'll work to add classes.
User avatar
Fresh Boarder

GK User
Tue May 06, 2014 6:23 pm
Reply with quote
Report this post
I would suggest to add another css file with only grid classes.
Also - please take look at wizardry grid system - it is one of the best I have ever seen.
User avatar
Moderator

GK User
Wed May 07, 2014 6:20 pm
Reply with quote
Report this post
Where can I link my "grids.css" file into the template? I haven't figured out the mapping of all the includes which piece together the GK Framework.
Thanks.

Cyberek wrote:I would suggest to add another css file with only grid classes.
User avatar
Fresh Boarder

GK User
Wed May 07, 2014 6:25 pm
Reply with quote
Report this post
I think I got it:
I found /layouts/blocks/head.php

$this->API->addCSS($this->API->URLtemplate() . '/css/grids.css');
User avatar
Fresh Boarder

GK User
Wed May 07, 2014 6:39 pm
Reply with quote
Report this post
Exactly this way it should be done :).
User avatar
Moderator


cron