Can someone tell me the correct way to create multiple columns using the Corporate Clean theme? Columns created with Panels does not resize for mobile.

Thanks!
Dave

Comments

gtsopour’s picture

Hello Dave,
as Corporate clean is based on 960-grid layout Products one-column grid_12 page http://demo.drupalizing.com/corporateclean/node/5 comes with the following layout:

<div class="grid_4 alpha">
</div>

<div class="grid_4">
</div>

<div class="grid_4 omega">
</div>

<div class="grid_4 alpha">
</div>

<div class="grid_4">
</div>

<div class="grid_4 omega">
</div>

and Services one-column grid_12 page http://demo.drupalizing.com/corporateclean/node/6 comes with the following layout:

<div class="grid_6 alpha">
</div>

<div class="grid_6 omega">
</div>

<div class="grid_6 alpha">
</div>

<div class="grid_6 omega">
</div>

In addition, I would like you to know that you can reproduce directly the Corporate Clean demo by using the distribution on our Github repository https://github.com/morethanthemes/corporateclean.

Thanks
George