-
AuthorPosts
-
June 21, 2014 at 3:46 am #199028
If we use a 17″ or 19″ screen, please see attachment for the wrong menu alignment on newsletter, login and search
Please help
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 21, 2014 at 3:45 pm #539739you 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>AuthorPostsViewing 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
Wide Screen Alignment
Viewing 2 posts - 1 through 2 (of 2 total)