test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • brenot Friend
    #174582

    How can i add one module position at right of the Haader?

    And I still needing help to make the header (onlythe header) cover full width of any screen resolution.
    http://www.joomlart.com/forums/topic/how-to-make-my-header-to-have-the-full-widht-of-page/

    Thanks

    khoand Friend
    #441780

    You add the code into /templates/ja_kranos/blocks/header.php

    <?php if($this->countModules('new-position')) : ?>
    <div id="ja-new-position">
    <jdoc:include type="modules" name="new-position" />
    </div>
    <?php endif; ?>

    before

    <div class="top-social">
    <jdoc:include type="modules" name="top-social" />
    </div>

    And you add the code into /templates/ja_kranos/css/template.css


    #new-position{
    float:left;
    }

    You set position of your module is new-position

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  khoand 12 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum