Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • geosecret Friend
    #1091390

    Hello

    i would like some help to know wich css file should be modified and how so that i would get the first slideshow **in full width 100%** then also the module above the footer, on the home page of my website https://dev5.georeflet.com/

    thank you

    • This topic was modified 6 years, 2 months ago by  geosecret.
    Saguaros Moderator
    #1091502

    Hi,

    It looks like you assign the slideshow to t3-mast-top position, you can open the file:
    root/templates/ja_megastore/tpls/blocks/t3-mast-top.php

    and remove the div tag with ‘container’ class and it will look like this:

    <?php if ($this->countModules('t3-mast-top')) : ?>
        <!-- T3 MAST TOP -->
        <div class="wrap t3-mast t3-mast-top <?php $this->_c('t3-mast-top') ?>">
            <jdoc:include type="modules" name="<?php $this->_p('t3-mast-top') ?>" />
        </div>
        <!-- //T3 MAST TOP -->
    <?php endif ?>

    The module in this ‘t3-mast-top’ position will display in full width.

    Regards

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

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

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