Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Guillaume Vuaflart Friend
    #149194

    I need to put 2 flash banners under Main Menu.
    Any solution?

    Saguaros Moderator
    #334792

    pls open the file templatesja_teline_iiilayoutsblocksmainnav.php and find code:

    <div class=”ja-navhelper wrap”>

    replace:

    <div id=”banner-below-nav” class=”clearfix”>
    <div class=”main clearfix”>
    <div class=”left”> <jdoc:include type=”modules” name=”banner-left” /></div>
    <div class=”right”> <jdoc:include type=”modules” name=”banner-right” /></div>
    </div>
    </div>

    and the following css into template.css file:

    #banner-below-nav .left {
    float:left;
    width:720px;
    height:90px;
    }
    #banner-below-nav .right {
    float:right;
    width:225px;
    height:90px;

    }

    3) create two custom modules put them on the “banner-left” position and the “banner-right” position
    Good luck

    davidrabinov Friend
    #413078

    Hello, I need to do this but in Teline IV can’t find the files

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

This topic contains 3 replies, has 3 voices, and was last updated by  davidrabinov 13 years, 2 months ago.

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