Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • rclpris Friend
    #199028

    If we use a 17″ or 19″ screen, please see attachment for the wrong menu alignment on newsletter, login and search
    Please help


    1. image
    chavan Friend
    #539739

    you missed a couple of DIV’s in bottom.php . I have fixed it for you.

    Here is the Updated code

    <?php
    /**
    * @package T3 Blank
    * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
    * @license GNU General Public License version 2 or later; see LICENSE.txt
    */

    defined('_JEXEC') or die;
    ?>
    <section class="t3-bottom">
    <div class="container">
    <div class="row">
    <div class="span4">
    <jdoc:include type="modules" name="newsletter" style="T3Xhtml" />
    </div>
    <div class="span4">
    <jdoc:include type="modules" name="login" style="T3Xhtml" />
    </div>
    <div class="span4">
    <jdoc:include type="modules" name="search-box" style="T3Xhtml" />
    </div>
    </div>
    </div>
    </section>

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

This topic contains 2 replies, has 2 voices, and was last updated by  chavan 10 years, 4 months ago.

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