Viewing 5 replies - 1 through 5 (of 5 total)
  • mapgrrl

    (@mapgrrl)

    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:

    https://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]

    mapgrrl

    (@mapgrrl)

    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]

    AntoniusFX

    (@antoniusfx)

    I am having the same problem, the underscore does not work.

    AntoniusFX

    (@antoniusfx)

    I just added “div style=”float: left; margin: 0 0 0 50px;” to my second section and that seems to work.

    mapgrrl

    (@mapgrrl)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Nested su_column’ is closed to new replies.