Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • cedjans Friend
    #189207

    Hi

    Can someone tell me how I can change de position of the main menu. I like to change the position from mainmenu to masshead, right under the original position.

    Thx

    MoonSailor Friend
    #500068

    Hi Cé,

    <blockquote>
    I like to change the position from mainmenu to masshead, right under the original position.
    </blockquote>
    Open file “templatesja_beranistplsblocksspotlight-1.php” remove from

    <?php if ($this->countModules('slogan')) : ?>
    <!-- SLOGAN-->
    <div class="ja-slogan">
    <div class="row">
    <div class="span12 ">
    <jdoc:include type="modules" name="<?php $this->_p('slogan') ?>" style="raw" />
    </div>
    </div>
    </div>
    <!-- //SLOGAN -->
    <?php endif ?>

    to file “templatesja_beranistplsblocksheader.php”, before

    <!-- MAIN NAVIGATION -->

    Regards.

    cedjans Friend
    #500105

    Thx

    But I would like to have the slogan under the menu… Now it’s like this http://www.microkinesitherapieliege.be/
    (And I hoped that the menu would go wider with this change of position…)

    Ninja Lead Moderator
    #500134

    You can try to fix it with my solution below

    Open templates/ja_beranis/tpls/blocks/header.php file

    Find

    <div class="span2 logo">

    <div class="ja-slogan">

    <nav id="t3-mainnav" class="t3-mainnav navbar-collapse-fixed-top span10">

    change to

    <div class="span12 logo">

    <div class="ja-slogan span12">

    <nav id="t3-mainnav" class="t3-mainnav navbar-collapse-fixed-top span12">

    Let me know if it helps

    cedjans Friend
    #500161

    WORKS!!!!

    Thx!!!!

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

This topic contains 5 replies, has 3 voices, and was last updated by  cedjans 11 years, 1 month ago.

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