Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • matgray87 Friend
    #203664

    Hi,
    My footer is hovering above the bottom of the page but about 20px, but I can’t see where it’s coming from, nor is there a margin set…
    Can anyone help and have a look please? http://www.youngandviral.co.uk/about
    See attached screenshot

    Thanks,
    Matt


    1. Screen-Shot-2014-12-18-at-16.51.37
    chavan Friend
    #559095

    add this code to custom.css


    dp_swf_engine { display:none; }

    matgray87 Friend
    #559099

    Hi @chavan,
    Thanks – that’s not worked unfortunately – any other ideas?
    What is that supposed to do?
    Cheers,
    Matt

    TomC Moderator
    #559100

    Try This . . . .

    If you haven’t yet done so, create a new file called “custom.css” within file path –> /templates/ja_biz/css/
    Within that custom.css file, paste the following CSS rule:


    div.footerBackground {
    margin-bottom: -50px;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    If that doesn’t work, then try this . . . .

    Within file path –> /templates/ja_biz/css/template.css
    at line 6571, modify as follows:


    div.footerBackground {
    background: none repeat scroll 0 0 #16212d
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    clear: both;
    margin-bottom: -50px;
    position: relative;
    width: 100%;
    z-index: 500;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Better ???

    matgray87 Friend
    #559101

    Hi @tom C
    That works, but only in some places… it seems as though it’s just a cover up for a problem somewhere else though… Where is the gap appearing from? It never used to be there.
    It doesn’t work here for example on the homepage: http://www.youngandviral.co.uk

    It’s something to do with: div#_atssh from addthis, but why is it creating a height?

    Cheers,
    Matt

    matgray87 Friend
    #559102
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  matgray87 9 years, 10 months ago.

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