Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • raroit Friend
    #194543

    Hi,

    How do you reduce footer height?

    I don’t want anything there except ‘copyright’ information

    Nazario A Friend
    #521615

    @raroit,

    Do you want the footer as per this image:

    If so, please follow steps below:
    + Open the /templates/ja_fubix/html/mod_footer/default.php file, then remove following code block:


    <br />
    <small><?php echo JText::_( 'MOD_FOOTER_LINE2' ); ?></small>

    + Create the “custom.css” file in the /templates/ja_fubix/css/ directory, then add CSS rule below:

    .footer-left .poweredby {
    display: none;
    }
    .footer-left .logo {
    display: none;
    }

    Let me know if this helps.


    1. fubix4
    raroit Friend
    #521773

    Hi,

    I’ve done the above and it works however, there’s a lot of empty space there

    how can i have the ‘footer-height’ to match height of ‘copyrights text’

    thanks

    TomC Moderator
    #521776

    It would be helpful if you could provide the url of the site you’re working on,
    as well as temporarily set “Optimize CSS” to “No” within your Template Manager–General settings

    raroit Friend
    #521795

    Hi,
    I live on a small south pacific island (Rarotonga, Cook Islands) where internet speeds are terrible. therefore i’m forced to do all work on MAMP and MAC before uploading to hosting. i have to present the work to the client before uploading – hence the need to get the demo right – i hope you understand

    Nazario A Friend
    #522160

    @raroit,

    Do you mean that you want the footer look like this screenshort:

    If so, you need to unpublish all modules in positions: footer-1, footer-2, footer-3, footer-4, footer-social.

    Then add the following css rule into the file: /templates/ja_fubix/css/custom.css:

    .t3-footer .container {
    padding-bottom: 10px;
    padding-top: 10px;
    }
    .t3-copyright .copyright {
    margin-bottom: 0;
    }

    If that is not the case, please send me the screenshot and explain how you want to achieve so that I will help you out.


    1. fubix6
    2. fubix5
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  Nazario A 10 years, 8 months ago.

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