Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ncunico Friend
    #188527

    Hi!

    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


    1. Schermata-2013-06-27-a-15.27.49
    pavit Moderator
    #497185

    Hi

    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>

    ncunico Friend
    #497199

    Thanks 🙂

    Worked perfectly… thank you Pavit!

Viewing 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