Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jaforum Friend
    #187586

    Hi

    Using JA Mero – how can I create a module position to the right of the logo? I want it to be 30% for the logo and 70% for new position.

    Thanks

    Ninja Lead Moderator
    #493370

    This will help you add new position to the right of logo position

    Open templates/ja_mero/tpls/blocks/header.php file

    from


    <!-- LOGO -->
    <div class="span8">
    <div class="logo logo-<?php echo $logotype ?>">
    <h1>
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
    </h1>
    </div>
    </div>
    <!-- //LOGO -->

    change to


    <!-- LOGO -->
    <div class="span3">
    <div class="logo logo-<?php echo $logotype ?>">
    <h1>
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
    </h1>
    </div>
    </div>
    <!-- //LOGO -->
    <div class="span9">
    <?php if ($this->countModules('new_module')) : ?>
    <jdoc:include type="modules" name="<?php $this->_p('new_module') ?>" style="T3Xhtml" />
    <?php endif ?>
    </div>

    worldwebcreator Friend
    #494369

    thank you very much.

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

This topic contains 3 replies, has 3 voices, and was last updated by  worldwebcreator 11 years, 5 months ago.

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