Hi guys,
The following code:
[av_one_half first]
[av_toggle_container initial='1' mode='toggle' sort='']
[av_toggle title='bob' tags='']
<b>bob</b>
[/av_toggle]
[/av_toggle_container]
[/av_one_half]
[av_one_half]
[av_toggle_container initial='1' mode='toggle' sort='']
[av_toggle title='sally' tags='']
<b>sally</b>
[/av_toggle]
[/av_toggle_container]
[/av_one_half]
Am I doing something wrong? Link and credentials attached.
Thanks!
Hey!
Try removing the break line between columns:
[av_one_half first]
[av_toggle_container initial='1' mode='toggle' sort='']
[av_toggle title='bob' tags='']
<b>bob</b>
[/av_toggle]
[/av_toggle_container]
[/av_one_half][av_one_half]
[av_toggle_container initial='1' mode='toggle' sort='']
[av_toggle title='sally' tags='']
<b>sally</b>
[/av_toggle]
[/av_toggle_container]
[/av_one_half]
Cheers!
Josue
That was it, thank you!