Two column title as the expand title
-
Is it possible to create a two column title as the expand title?
For example:
[expand title="<div id="title-wrap"> <div id="box1">Sect 7.1</div><div id="box2">really long title that I don't want to go underneath</div></div>[/expand]
CSS:
#title-wrap { width: 200px; height: 700px; } #box1 { display: inline-block; width: 20%; float: left; background-color: red; } #box2 { display: inline-block; width: 80%; float: left; background-color: blue; }
I hope that this is possible. Thank you for your time.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Two column title as the expand title’ is closed to new replies.