Plugin Author
Baden
(@baden03)
Hello. Just text blocks, not collapse elements? Try column-matic.
If this is not quite what you are after, please be a bit more descriptive in your request.
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?
Plugin Author
Baden
(@baden03)
ah! now that makes more sense. It can be done via CSS. Here is a little head-start to get you on your way…
Displaying collapse elements inline:
http://spacedonkey.de/623/collapse-o-matic-line-of-trigger-images/
The Roll-Your-Own Method:
http://spacedonkey.de/1247/collapse-o-matic-the-roll-your-own-method/
Noodle on that, and if you get stuck, hit us back and we’ll give you another push!
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!
Plugin Author
Baden
(@baden03)
Great job figuring it out and sharing the results! If you are happy (and you know it) consider leaving a short plugin review.
Issue marked as resolved.