Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • zomidaily Friend
    #187407

    Hi…

    I would like to add more module position next to logo as it is so blank. Could you guide me how to do please?

    http://awesomescreenshot.com/08919d2g3f

    Regards,
    Joseph

    Ninja Lead Moderator
    #492535

    Hi Joseph,

    You can achieve that with this way

    Open templates/ja_mitius/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 -->

    <div class="span4">

    </div>

    change to

    <!-- LOGO -->
    <div class="span4">
    <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="span8">
    <?php if ($this->countModules('new_position')): ?>

    <jdoc:include type="modules" name="<?php $this->_p('new_position') ?>" style="T3Xhtml" />

    <?php endif; ?>
    </div>

    Regards

    damconsulting Friend
    #497688

    Cool, i try that suggestion and it works quite fine.
    There is only a strange effect using different browser resolution.

    At regular resolution the new module appears ok.

    If I use a smaller browser resolution, new module enlarges itself…

    Can I avoid it?
    Thank you.


    1. regular
    2. resized
    Ninja Lead Moderator
    #497751

    You can send me url of your site. I shall check it directly on your site.

    damconsulting Friend
    #497773

    Solved: it was a problem with “no-padding” attribute.
    You can see it here: http://www.peregolissone.it

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

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

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