Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Saguaros Moderator
    #972421

    Hi again,

    If you want the ‘t3-features-intro’ block in full width only, you can open the associated PHP block file: ROOT/templates/ja_megastore/tpls/blocks/t3-features-intro.php

    `
    <?php if ($this->countModules(‘t3-features-intro’)) : ?>

    <div class="wrap t3-features-intro <?php $this->_c(‘t3-features-intro’) ?>">
    <div class="container">
    <div class="row">
    <div class="<?php echo $colFeatures; ?>">
    <jdoc:include type="modules" name="<?php $this->_p(‘t3-features-intro’) ?>" />

    <?php endif ?>
    `

    and remove the < div class="container"> tag

    djsmooth5 Friend
    #972431

    Oh my, the whole thing disappears :|, when removing div-container the whole page disappears.

    Saguaros Moderator
    #972841

    You can provide the FTP account of your site, I will have a look.

    djsmooth5 Friend
    #972939
    This reply has been marked as private.
    Saguaros Moderator
    #972957

    I removed the container in ‘t3-features-intro’ block and add this css rule:

    .t3-features-intro img {
        width: 100%;
    }

    into the ‘custom.css’ file, you can see the image in ‘t3-features-intro’ position displays fullwidth now.

    djsmooth5 Friend
    #972962

    oooo brilliant thank yo so much

    Saguaros Moderator
    #972971

    You’re welcome!

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

This topic contains 7 replies, has 2 voices, and was last updated by  Saguaros 7 years, 11 months ago.

The topic ‘t3 Features Intro – full width’ is closed to new replies.