Closed (fixed)
Project:
Skeleton
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 May 2012 at 17:20 UTC
Updated:
3 Feb 2016 at 15:54 UTC
Jump to comment: Most recent
Hello,
how to put a panel in responsive?
<div>
<section><?php print $content['widget-1']; ?></section>
<section><?php print $content['widget-2']; ?></section>
<section><?php print $content['widget-3']; ?></section>
</div>
<div>
<section><?php print $content['widget-4']; ?></section>
<section><?php print $content['widget-5']; ?></section>
<section><?php print $content['widget-6']; ?></section>
</div>
Comments
Comment #1
Jason Dean commentedI'm not sure I understand this. Are you referring to Panels module?
Comment #2
saidatom