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!