Just a “grunt” here…. no affiliation with Obi-Wan Kenobi.
But you want the Title Short… and the Content long… ?
https://plugins.twinpictures.de/plugins/collapse-o-matic/documentation/
In the documentation (while it doesn’t show it but with some back peddling in the support here and some of the other documentation…)
There is a “tag” attribute..
Tag Attribute
The tag attribute replaces the default html tag that wraps the trigger text. By default the html tag is span, however this can be set globally in the Collapse-O-Matic Options Page.
[expand title=”A Long Time Ago” tag=”h2″]Target Content[/expand]
A Long Time Ago
[expand title=”<img src=’falcon_girl.jpg’ />” tag=”div” alt=”Falcon Girl”]Target Content[/expand]
Ok.. maybe that doesn’t explain it all too well for you…
So maybe this will help. It sort of does more than you want…
<div class="row-fluid">
<div class="span6">
[expand title="title1" tag="div style='width:70px; font-size: 14px; font-weight: bold; color: black; background-color: yellow; border: 5px solid; border-radius: 10px;border-color:#39FF8E;padding-left: 15px'"]content111111111111111111111111111111111111111111111111[/expand]
</div>
<div class="span6">
[expand title="title2" tag="div style='width:70px; font-size: 14px; font-weight: bold; color: black; background-color: yellow; border: 5px solid; border-radius: 10px;border-color:#39FF8E;padding-left: 15px'"]content222222222222222222222222222222222222222222222222[/expand]
</div>
</div>
A little cleaner for you… the “padding-left” and the “width” to keep it cleaner… Do NOTICE the Single Quote in side the tag=”div
<div class="row-fluid">
<div class="span6">
[expand title="title1" tag="div style='width:70px; padding-left: 15px'"]content111111111111111111111111111111111111111111111111[/expand]
</div>
<div class="span6">
[expand title="title2" tag="div style='width:70px;padding-left: 15px'"]content222222222222222222222222222222222222222222222222[/expand]
</div>
</div>
Make special note of the SINGLE quote ‘ -> as opposed to the double quotes ” inside the tag=”div
Now if you want to take it one step further… add the attribute “highlander” on one click of the other will collapse the other….
<div class="row-fluid">
<div class="span6">
[expand title="title1" rel="narcopastello-highlander" tag="div style='width:70px; padding-left: 15px'"]content111111111111111111111111111111111111111111111111[/expand]
</div>
<div class="span6">
[expand title="title2" rel="narcopastello-highlander" tag="div style='width:70px;padding-left: 15px'"]content222222222222222222222222222222222222222222222222[/expand]
</div>
</div>
Happy New Year !
Just in from Gallifrey… the weather was beautiful.