Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • eneskose Friend
    #161580

    Hi,

    I want to add a fixed footer on my homepage like joomlart.com. The content is only html. Can you help me to do that..

    aman204 Friend
    #381895

    <em>@eneskose 228347 wrote:</em><blockquote>Hi,

    I want to add a fixed footer on my homepage like joomlart.com. The content is only html. Can you help me to do that..</blockquote>

    Quick way would be changing this::

    #ja-footer {template.css (line 1148
    clear: both;
    }

    to

    #ja-footer {template.css (line 1148
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    clear: both;
    position: fixed;
    z-index: 9999;
    }

    In here, You can change in background color code accordingly and this would mainly result in getting footer area for specific template to be fixed

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

This topic contains 2 replies, has 2 voices, and was last updated by  aman204 13 years, 8 months ago.

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