Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • plusev Friend
    #187360

    Hello,

    I would like to remove the social option from the footer menu so that the 4 footers I have set up would stretch to the end of the screen.
    http://pluseventerprises.com/

    Thanks!

    Ninja Lead Moderator
    #492349

    You can do that this way

    Open templates/ja_fubix/tpls/blocks/footer.php file

    from


    <div class="span7">
    <?php $this->spotlight ('footnav', 'footer-1, footer-2, footer-3, footer-4', array('row-fluid' => true)) ?>
    </div>

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

    change to


    <div class="span9">
    <?php $this->spotlight ('footnav', 'footer-1, footer-2, footer-3, footer-4', array('row-fluid' => true)) ?>
    </div>

    Let me know if it helps

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 6 months ago.

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