The construct below is placed on a page. When I click to open the first toggle, its content is shown in toggle 2. There is a CSS error generated that says "Error in parsing value for 'height'. Declaration dropped.". Please help. This theme has potential, but there seems to be many issues with it.
=====================
[toggle_container keep_open="true" initial_open=""]
[toggle title="Toggle 1"]
[one_half first]
Content for 1/2 Column here
[/one_half]
[one_half]
Content for 1/2 Column here
[/one_half]
[/toggle]
[toggle title="Toggle 2"]Toggle 2 content goes here.[/toggle]
[toggle title="Toggle 3"]Toggle 3 content goes here.[/toggle]
[/toggle_container]














