-
AuthorPosts
-
sanjiovani Friend
sanjiovani
- Join date:
- September 2006
- Posts:
- 217
- Downloads:
- 0
- Uploads:
- 32
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
August 14, 2014 at 3:42 am #200503hello I would like increase the size of the social header mod position so as to fit the social media icons in 1row. I would also like to decrease the width of the menu
Thank you
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 14, 2014 at 4:20 am #545923Hi for this
please go to
template/JA oblsik/tpls/blocks/mainnav.phpchange this code
<div class="navbar-inner <?php if ($this->countModules('socialheader') || $this->countModules('languageswitcherload') ) : ?> span9 <?php endif ?>">
into
<div class="navbar-inner <?php if ($this->countModules('socialheader') || $this->countModules('languageswitcherload') ) : ?> span7 <?php endif ?>">
and this
<?php if ($this->countModules('socialheader')) : ?>
<div class="span2 pull-right <?php $this->_c('socialheader') ?>">
<jdoc:include type="modules" name="<?php $this->_p('socialheader') ?>" style="raw" />
</div>
<?php endif ?>
into this
<?php if ($this->countModules('socialheader')) : ?>
<div class="span4 pull-right <?php $this->_c('socialheader') ?>">
<jdoc:include type="modules" name="<?php $this->_p('socialheader') ?>" style="raw" />
</div>
<?php endif ?>Let me know if it helps
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Pankaj Sharma 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
increase width of social header and decrease width of menu
Viewing 2 posts - 1 through 2 (of 2 total)