-
AuthorPosts
-
zomidaily Friend
zomidaily
- Join date:
- March 2013
- Posts:
- 132
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 7
- Thanked:
- 9 times in 1 posts
May 10, 2013 at 6:08 pm #187407Hi…
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,
JosephNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 13, 2013 at 3:32 am #492535Hi 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
1 user says Thank You to Ninja Lead for this useful post
July 2, 2013 at 12:25 pm #497688Cool, 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.-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 3, 2013 at 2:01 am #497751You can send me url of your site. I shall check it directly on your site.
July 3, 2013 at 5:37 am #497773Solved: it was a problem with “no-padding” attribute.
You can see it here: http://www.peregolissone.it -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by damconsulting 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum