Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tuanle08 Friend
    #165859

    I Am testing JA Teline IV on joomla 1.6 after that I check my site it appearences incorrect at the footer positions look like bugs or some things ,please! take a look on my testing site…
    http://thienthoidialoinhanhoa.com/testing/

    khoand Friend
    #399491

    Hi,
    You replace this code from /templates/ja_teline_iv/css/template.css

    #ja-footer .main-inner1 {
    padding: 12px 0 24px 240px;
    background: #1F1F1F;
    }

    with

    #ja-footer .main-inner1 {
    padding: 12px 0 24px 240px;
    background: #1F1F1F;
    height: 70px;
    }

    pritam Friend
    #399531

    Hello tuanle08,

    To solve the issue with Footer

    Find this code at /templates/ja_teline_iv/css/template.css

    #ja-footer .main-inner1 {
    background: none repeat scroll 0 0 #1F1F1F;
    padding: 12px 0 24px 240px;
    }

    Change this code to :-

    #ja-footer .main-inner1 {
    background: none repeat scroll 0 0 #1F1F1F;
    padding: 12px 0 24px 240px;
    position: relative;
    height: 80px;/* set pixel as per your requirement*/
    }

    tuanle08 Friend
    #399550

    Thanks for your help it worked<em>@pritam 251008 wrote:</em><blockquote>Hello tuanle08,

    To solve the issue with Footer

    Find this code at /templates/ja_teline_iv/css/template.css

    #ja-footer .main-inner1 {
    background: none repeat scroll 0 0 #1F1F1F;
    padding: 12px 0 24px 240px;
    }

    Change this code to :-

    #ja-footer .main-inner1 {
    background: none repeat scroll 0 0 #1F1F1F;
    padding: 12px 0 24px 240px;
    position: relative;
    height: 80px;/* set pixel as per your requirement*/
    }</blockquote>

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

This topic contains 4 replies, has 3 voices, and was last updated by  tuanle08 13 years, 4 months ago.

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