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
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