Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
Saurabh Jain Posted September 26, 2017 Share Posted September 26, 2017 I want first two columns and later three three three columns in a page Two column template is <div> <div class='ipsGrid ipsGrid_collapsePhone'> <div class='ipsGrid_span6'> {template="widgetContainer" group="pages" app="cms" params="'col1', $widgets, 'horizontal'"} </div> <div class='ipsGrid_span6'> {template="widgetContainer" group="pages" app="cms" params="'col2', $widgets, 'horizontal'"} </div> </div> </div> Three column template is <div> <div class='ipsGrid ipsGrid_collapsePhone'> <div class='ipsGrid_span4'> {template="widgetContainer" group="pages" app="cms" params="'col1', $widgets, 'vertical'"} </div> <div class='ipsGrid_span4'> {template="widgetContainer" group="pages" app="cms" params="'col2', $widgets, 'vertical'"} </div> <div class='ipsGrid_span4'> {template="widgetContainer" group="pages" app="cms" params="'col3', $widgets, 'vertical'"} </div> </div> </div> How to collab them for my purpose two columns and later three columns Link to comment Share on other sites More sharing options...
Saurabh Jain Posted September 26, 2017 Author Share Posted September 26, 2017 Help will be appreciated Link to comment Share on other sites More sharing options...
Saurabh Jain Posted September 26, 2017 Author Share Posted September 26, 2017 can some 1 look into this Link to comment Share on other sites More sharing options...
-FP Posted September 26, 2017 Share Posted September 26, 2017 <div> <div class='ipsGrid ipsGrid_collapsePhone'> <div class='ipsGrid_span6'> {template="widgetContainer" group="pages" app="cms" params="'col1', $widgets, 'horizontal'"} </div> <div class='ipsGrid_span6'> {template="widgetContainer" group="pages" app="cms" params="'col2', $widgets, 'horizontal'"} </div> <div class='ipsGrid_span4'> {template="widgetContainer" group="pages" app="cms" params="'col1', $widgets, 'vertical'"} </div> <div class='ipsGrid_span4'> {template="widgetContainer" group="pages" app="cms" params="'col2', $widgets, 'vertical'"} </div> <div class='ipsGrid_span4'> {template="widgetContainer" group="pages" app="cms" params="'col3', $widgets, 'vertical'"} </div> </div> </div> I don't really know what you want to achieve but that should put 3 columns below 2 columns. Link to comment Share on other sites More sharing options...
Saurabh Jain Posted September 27, 2017 Author Share Posted September 27, 2017 but putting content with page editor in column 1 of two column automatically puts in first column of three column list Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.