Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • eagle75au Friend
    #756380

    Hi,

    Can someone please help, I am trying to have centred text on the header in between the Logo & Header Search positions, I also have 2 images I want to keep in the header-search position. I have included an image of what i’m trying to do.

    http://online.reviveit.com.au

    Thanks

    Pankaj Sharma Moderator
    #756530

    Hi
    You can use this tutorial to create new module position .
    Hope it helps.

    eagle75au Friend
    #756603

    Mines a little different than mentioned, I have no span codes? .. Can I just add these in?

    ?php if ($headright): ?>
    <div class="col-xs-12 col-sm-6">
    <?php if ($this->countModules('head-search')) : ?>
    <!-- HEAD SEARCH -->
    <div class="head-search <?php $this->_c('head-search') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="raw" />
    </div>
    <!-- //HEAD SEARCH -->
    <?php endif ?>
    <?php if ($this->countModules('languageswitcherload')) : ?>
    <!-- LANGUAGE SWITCHER -->
    <div class="languageswitcherload">
    <jdoc:include type="modules" name="<?php $this->_p('languageswitcherload') ?>" style="raw" />
    </div>
    <!-- //LANGUAGE SWITCHER -->
    <?php endif ?>

    Pankaj Sharma Moderator
    #756605

    Hi
    You need to use col-md-2 instead of span2 . col-md-4 for span4 . Total should be 12 .
    col-md stands for medium size display . col-lg for large display . And use the module position code where u want to add it .
    example :

    <!-- Banner -->
    <?php if ($this->countModules('banner')) : ?>
    <div class="col-md-4 <?php $this->_c('banner')?>">
    <jdoc:include type="modules" name="<?php $this->_p('banner') ?>" style="bannerraw" />
    </div>
    <?php endif ?>
    <!--//Banner -->

    Hope it helps .

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

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 5 months ago.

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