I need to nest 1/4 cols inside 1/2 cols myself. I attempted it but it didnt work.
I may try his suggestion on his site:
http://gndev.info/kb/how-to-use-nested-shortcodes/
“If you want to use the same nested shortcodes, then you need to add underscores for each nested shortcode
[spoiler]
[_spoiler] Hello, I am nested spoiler [_/spoiler]
[_spoiler] Hello, I am nested spoiler [_/spoiler]
[/spoiler]
”
did not work:
[su_row]
[su_column size=”1/2″]
left column
[_su_row]
[_su_column size=“1/4”] column[_/su_column]
[_su_column size=“1/4”] column[_/su_column]
[_/su_row]
[/su_column]
[su_column size=”1/2″]
right column
[/su_column]
[/su_row]
I am having the same problem, the underscore does not work.
I just added “div style=”float: left; margin: 0 0 0 50px;” to my second section and that seems to work.
Did you use the “_ ” ? Or just use the different style it or just use the different style around the inside calling code? And example would be awesome would save a lot of time on a project I’m working on