Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sanjiovani Friend
    #200503

    hello 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


    1. I-Love-Film2
    Pankaj Sharma Moderator
    #545923

    Hi for this
    please go to
    template/JA oblsik/tpls/blocks/mainnav.php

    change 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

Viewing 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