Jump to content

How to write as two responsive column in text editor


Saurabh Jain

Recommended Posts

Posted

Table is one solution ..but then it will not be responsive...

I have poems to showcase in database records

and are in two languages 

I want two responsive coluns

or If I can add two side by side editors....

What will be the code to be changed in the template as by default it is coming vertically bottom of the first record

Posted

Can this code be used in Editor

 

<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>

Posted
11 hours ago, Saurabh Jain said:

Can this code be used in Editor

 

<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>

can any 1 validate

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...