-
AuthorPosts
-
ncunico Friend
ncunico
- Join date:
- April 2013
- Posts:
- 31
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 4 times in 1 posts
June 27, 2013 at 2:29 pm #188527Hi!
In the demo vesrsion of the template in the page Typography, http://joomla25-templates.joomlart.com/ja_university/typography.html the section “Lists Style” is presented divided in 3 columns,
I copied and pasted the code in one of my k2 items but the content appears in just one column…Could anyone help me showing my content in 3 columns?
Thanks,
N
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 27, 2013 at 3:22 pm #497185Hi
You need to use this code to have the 3 columns do not use in editor mode but enable the html from K2 copy and past
<div class="ja-typo-blockswrap clearfix">
<h1 class="ja-typo-title"><span>Lists Style</span></h1>
<div class="ja-typo-blockrow cols-3 clearfix">
<div class="ja-typo-block first clearfix">
<h2 class="ja-typo-title"><span>Ordered List</span></h2>
<div class="ja-typo-blockct clearfix"><ol class="ja-ordered-list">
<li>This is a sample <strong>Ordered List</strong>.</li>
<li>Lorem ipsum dolor sit amet consectetur</li>
<li>Lorem ipsum dolor sit amet consectetur</li>
<li>Lorem ipsum dolor sit amet consectetur</li>
</ol></div>
</div>
<div class="ja-typo-block">
<h2 class="ja-typo-title"><span>Un-Ordered List</span></h2>
<div class="ja-typo-blockct clearfix">
<ul class="ja-unordered-list">
<li>This is a sample <strong>Unordered List</strong>.</li>
<li>Lorem ipsum dolor sit amet consectetur</li>
<li>Lorem ipsum dolor sit amet consectetur</li>
<li>Lorem ipsum dolor sit amet consectetur</li>
</ul>
</div>
</div>
<div class="ja-typo-block last clearfix">
<h2 class="ja-typo-title"><span>Definition List</span></h2>
<div class="ja-typo-blockct clearfix"><dl class="ja-definition-list"><dt>This is a sample <strong>Definition List</strong>.</dt><dd>Condimentum quis.</dd><dd>Congue Quisque augue elit dolor.</dd><dd>Congue Quisque augue elit dolor.</dd></dl></div>
</div>
</div>
</div>2 users say Thank You to pavit for this useful post
ncunico Friendncunico
- Join date:
- April 2013
- Posts:
- 31
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 4 times in 1 posts
June 27, 2013 at 4:19 pm #497199Thanks 🙂
Worked perfectly… thank you Pavit!
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by ncunico 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how to show content in 3 columns?
Viewing 3 posts - 1 through 3 (of 3 total)