Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • quintosol Friend
    #142508

    do you now what could be the reason than footer black line is in the nwrong place

    please see attached picture

    cand you help me hopw to fix it ?

    thanks


    1. footer-position
    cssyeah Moderator
    #310083

    Hi quintosol,

    Could you provide the url of your live site?

    quintosol Friend
    #310109

    thanks to answerd me, this is the site

    http://smi-interiorismo.com/

    sometimes is working fine, but sometimes is like in the picture

    Anonymous Moderator
    #310152

    Hi quintosol,

    Open templates/ja_lead/css/template.css file, at about line 1334, find following code:

    #ja-footer {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#000000 none repeat scroll 0 0;
    border-top:1px solid #D5D5D5;
    clear:both;
    }

    and change to:

    #ja-footer {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#000000 none repeat scroll 0 0;
    border-top:1px solid #D5D5D5;
    clear:both;
    float: left;
    }

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

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

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