Support » Plugin: WP Shortcodes Plugin — Shortcodes Ultimate » Nesting Columns problem…

  • Hi there. I want to nest a column within a column.

    This is my code, but it isn’t working:

    [su_row]
       [su_column size="2/3"]
           <h3>Two thirds column</h3>
    
        [_su_row]
            [_su_column size="1/2"]
                <strong>Nested column 1 here</strong>
            [_/su_column]
            [_su_column size="1/2"]
                <strong>Nested column 2 here</strong>
            [_/su_column]
        [_/su_row]
    
        [/su_column]
    
        [su_column size="1/3"]
            <h3>One third column</h3>
        [/su_column]
    [/su_row]

    I thought the underscores were supposed to allow nesting, but I’m clearly not getting it correct. Can someone tell me what the correct code should be? I’m struggling here :/

    My broken page is here: http://alifast.co.uk/720-2/

    Mark

    https://wordpress.org/plugins/shortcodes-ultimate/

  • The topic ‘Nesting Columns problem…’ is closed to new replies.