cissi.wong@gmail.com
Member
Posted 5 months ago #
Hi!
I'm new to WP, but I'm slowly learning.
I am trying to create to columns of text in one page, in order to present the staff at our company. Any ideas on how to do that?
The page is: http://www.yogiyogini.se/om/larare/
Right now the format is "Full width" but I would rather have the staff profiles side by side, rather than adding on further and further down.
Thanks for any help!
omggimme
Member
Posted 5 months ago #
You can also use Pinboard's implemented design elements:
http://demo.onedesigns.com/pinboard/?page_id=20#
It's not documented anywhere, but if you take a look into the source code on that page, it'll give you the DIV classes to use.
<div class="columns">
<div class="column twocol">
<p>text in first column</p>
</div>
<div class="column twocol">
<p>text in 2nd column</p>
</div>
<div class="clear"></div>
</div>
thank you I used it it's perfect
ict.calimero
Member
Posted 3 months ago #
Very useful and valid reply indeed. Works excellent but could have been doucmented, assuming there is a perfect world somewhere.