Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #366708

    Is it possible to put columns inside tabs?

    Tab one has 3 columns
    Tab two has 2 columns
    Tab three has 3 columns

    Fingers crossed :)

    thanks in advance,
    Scott

    #366887

    Hey SiteBuilder!

    Yes, you would need to switch to the default editor and then copy and paste the shortcodes inside each other so they are nested.

    Or you can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and copy / paste them inside each other in the debug view of the advanced layout editor though it would be better to use the default editor.

    The code would look something like this.

    [av_tab_container position='top_tab' boxed='no' initial='1']
    [av_tab title='Tab 1']
    [av_one_half first][/av_one_half]
    
    [av_one_half][/av_one_half]
    [/av_tab]
    [av_tab title='Tab 2']
    
    [/av_tab]
    [/av_tab_container]

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.