I solved this problem this way:
<div class="wrap">
<div class="title1">[expand title="title 1"]hidden content[/expand]</div>
<div class="title2">[expand title="title 2"]hidden content[/expand]</div>
</div>
.title1 {
width: 50%;
float: left;
}
.title2 {
width: 50%;
float: right;
}
Thank you for fast support and great support and getting me on track!
I am using collapse-o-matic plugin. THis is the content:
[expand title="title 1"]hidden content[/expand]
[expand title="title 2"]hidden content[/expand]
and I want these title to be in two columns and with expandable text. Should I use a plugin or edit the css?