Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • kinex Friend
    #195472

    Hi,

    On Ja Biz, when setting the footer positions to ‘none’, they will not show the modules, but the spacing, colors, from this positions are still showing. So when I don’t publish any modules to it, it stil gives a large block of, in this case, blue color.I want my page to end after the mass content, and not showing this large blue square at the bottom.

    thank you for your anwser…

    kind regards,

    Dany

    chavan Friend
    #525399

    Temporary solution

    1. create a custom.css file, using this tutorial http://t3-framework.org/documentation/customization.html#custom-css

    2. Add below code to the created custom.css

    #t3-footer { display: none; }

    Hayden A Friend
    #525404

    @kinex,

    Please create a new css file named: custom.css in the templatesja_bizcss directory path and add following rule:

    [PHP].t3-footer.container {
    padding-top: 0;
    padding-bottom: 0;
    }

    .t3-copyright {
    padding-top: 0;
    margin-top: 0;
    }

    .footer-info {
    min-height: 0;
    background: none;
    }[/PHP]

    kinex Friend
    #525484

    Thank you, both codes did the trick…

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

This topic contains 4 replies, has 3 voices, and was last updated by  kinex 10 years, 2 months ago.

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