I am currently working on customizing an Accordion that is too large in height for my liking.
My goal is to convert the single column layout into a two-column display, side by side.
Having multiple items in one column results in excessive height, hence the need for this modification.
You can view the current version on JSFiddle: http://jsfiddle.net/NinjaSk8ter/Jv8Ta/
I aim to ensure that when selecting a column, the other column remains unchanged and stationary.
If anyone has suggestions or ideas on how to approach this, I would greatly appreciate it!