-
AuthorPosts
-
matgray87 Friend
matgray87
- Join date:
- November 2011
- Posts:
- 159
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 33
- Thanked:
- 8 times in 1 posts
December 18, 2014 at 4:52 pm #203664Hi,
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 screenshotThanks,
Matt
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
December 18, 2014 at 5:35 pm #559095add this code to custom.css
dp_swf_engine { display:none; }matgray87 Friendmatgray87
- Join date:
- November 2011
- Posts:
- 159
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 33
- Thanked:
- 8 times in 1 posts
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 18, 2014 at 6:03 pm #559100Try 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 Friendmatgray87
- Join date:
- November 2011
- Posts:
- 159
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 33
- Thanked:
- 8 times in 1 posts
December 18, 2014 at 6:06 pm #559101Hi @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.ukIt’s something to do with: div#_atssh from addthis, but why is it creating a height?
Cheers,
Mattmatgray87 Friendmatgray87
- Join date:
- November 2011
- Posts:
- 159
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 33
- Thanked:
- 8 times in 1 posts
December 18, 2014 at 6:10 pm #559102Found a solution here:
http://support.addthis.com/customer/portal/questions/1393849-injected-atssh-div-causing-unwanted-space-at-bottom-of-page
Thanks!1 user says Thank You to matgray87 for this useful post
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by matgray87 10 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Footer hovering above bottom of page
Viewing 6 posts - 1 through 6 (of 6 total)