Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • zanderfray Friend
    #965737

    Using the T3 Framework when the home-1 layout is selected some of the module positions lose their width and go full width, to demonstrate I have installed the same module to two pages in the same position

    http://cotton.zanderfray.com/en/ (home-1) layout not working
    http://cotton.zanderfray.com/en/contact-us (copy of default-joomla-3x) layout working fine

    Saguaros Moderator
    #965992

    Hi

    The homepage often uses a specific layout with full-width layout. If you want it looks like in contact us page, you can simply change the class name called wrap by container.

    I changed it for you via file: ROOT/templates/your_default_template/tpls/blocks/mainbody-home-1.php (this block called in ‘home-1’ layout which is used in homepage)

    <div class="home">
    
      <?php if ($this->countModules('home-1')) : ?>
      <!-- HOME SL 1 -->
      <div class="wrap t3-sl t3-sl-1<?php $this->_c('home-1')?>">
        <jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="raw" />
      </div>
      <!-- //HOME SL 1 -->
      <?php endif ?>

    Hope this helps.

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

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 8 years, 2 months ago.

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