Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • sebbs Friend
    #202735

    site: http://academie.dnsnetworks.ca/

    I removed all the menus at the bottom and now I have a large space – how do I remove that space?

    Thanks

    jooservices Friend
    #555273

    Hi there,
    Are you talking about Footer Navigation ?

    <!-- FOOT NAVIGATION -->
    <div class="row">

    <div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">
    <div class="footer-info">
    <?php if ($this->countModules('footer-info')) : ?>
    <jdoc:include type="modules" name="<?php $this->_p('footer-info') ?>" style="T3xhtml" />
    <?php endif ?>

    <div class="copyright <?php $this->_c('footer') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('footer') ?>" />
    </div>
    </div>

    </div>

    <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 footer-links">
    <?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3, footer-4')) : ?>
    <?php $this->spotlight('footnav', 'footer-1, footer-2, footer-3, footer-4') ?>
    <?php endif ?>
    </div>

    <div class="col-lg-3 col-md-3 col-sm-12 col-xs-12 footer-subcribe">
    <?php if ($this->countModules('footer-subcribe')) : ?>
    <jdoc:include type="modules" name="<?php $this->_p('footer-subcribe') ?>" style="T3xhtml" />
    <?php endif ?>
    </div>

    </div>
    <!-- //FOOT NAVIGATION -->

    Please check into template and remove these code if you really don’t need it.
    But yes, i’ll mention this to team. If condition must be wrapped for html inside.

    Thank you,
    Viet Vu

    sebbs Friend
    #555480

    And what file do i need to edit?

    <em>@jooservices 453156 wrote:</em><blockquote>Hi there,
    Are you talking about Footer Navigation ?

    <!-- FOOT NAVIGATION -->
    <div class="row">

    <div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">
    <div class="footer-info">
    <?php if ($this->countModules('footer-info')) : ?>
    <jdoc:include type="modules" name="<?php $this->_p('footer-info') ?>" style="T3xhtml" />
    <?php endif ?>

    <div class="copyright <?php $this->_c('footer') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('footer') ?>" />
    </div>
    </div>

    </div>

    <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 footer-links">
    <?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3, footer-4')) : ?>
    <?php $this->spotlight('footnav', 'footer-1, footer-2, footer-3, footer-4') ?>
    <?php endif ?>
    </div>

    <div class="col-lg-3 col-md-3 col-sm-12 col-xs-12 footer-subcribe">
    <?php if ($this->countModules('footer-subcribe')) : ?>
    <jdoc:include type="modules" name="<?php $this->_p('footer-subcribe') ?>" style="T3xhtml" />
    <?php endif ?>
    </div>

    </div>
    <!-- //FOOT NAVIGATION -->

    Please check into template and remove these code if you really don’t need it.
    But yes, i’ll mention this to team. If condition must be wrapped for html inside.

    Thank you,
    Viet Vu</blockquote>

    jooservices Friend
    #555498

    Hi there,
    For most of PHP works we can use search string to locate file 🙂

    https://www.dropbox.com/s/ahkilp2n38pdspc/2014-11-18_9-51-01.png?dl=0

    templatesja_biztplsblocksfooter.php

    Thank you,
    Viet Vu

    sebbs Friend
    #556124

    Still seems too big, can we remove more space?
    http://academie.dnsnetworks.ca/

    <em>@jooservices 453500 wrote:</em><blockquote>Hi there,
    For most of PHP works we can use search string to locate file 🙂

    https://www.dropbox.com/s/ahkilp2n38pdspc/2014-11-18_9-51-01.png?dl=0

    templatesja_biztplsblocksfooter.php

    Thank you,
    Viet Vu</blockquote>

    TomC Moderator
    #556125

    Try adding the following to your custom.css file:


    .t3-footer.container {
    padding-top: 0;
    }

    jooservices Friend
    #556156

    Hi there,
    Actually depends on how many space you want to remove. Like this screenshots below, i applied to minimum space for footer.

    https://www.dropbox.com/s/4duhtw04qs93eo9/2014-11-22_10-22-20.png?dl=0

    https://www.dropbox.com/s/bazqhpnmi31uop5/2014-11-22_10-21-50.png?dl=0

    You can use Browser debugger and little css trick to play ground this ( after remove major issue with empty block by PHP ).

    Thank you,
    Viet Vu

    TomC Moderator
    #556197

    sebbs:

    Was your issue resolved to your satisfaction?

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

This topic contains 8 replies, has 3 voices, and was last updated by  TomC 9 years, 5 months ago.

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