Site logo

Archived topic

nested grid possible?

3 replies · Started by Hans on January 1, 2017

Viewing posts 1–4 of 4

Hi Tom,

I want to nest columns in your plugin "lightweight grid colums. I use the following code. Shortcodes are only visible in edit mode!

[ lgc_column grid="50" tablet_grid="50" mobile_grid="100" last="false" ]

[ lgc_column grid="25" tablet_grid="25" mobile_grid="50" last="false" ]
<img class="size-medium wp-image-193 aligncenter" src="http://....png" alt="" width="248" height="300" />
[ /lgc_column ]

[ lgc_column grid="25" tablet_grid="25" mobile_grid="50" last="true" ]
<img class="aligncenter size-medium wp-image-229" src="http://....jpg" alt="" width="300" height="300" />
[ /lgc_column ]

[ lgc_column grid="50" tablet_grid="50" mobile_grid="100" last="false" ]

[table id=1 /]

[ /lgc_column ]

Unfortunately this does not work. Is there any possibility to nest columns?

Thanks for your help!

You're welcome :)

This archived topic is closed to new replies.