Tagged: x
-
AuthorPosts
-
June 1, 2016 at 10:48 am #1020229
Sarah WParticipantHi
please could you take a look at my footer. It won’t stay at the bottom of the page, is obscuring content and is spilling out of container on the renew theme. I haven’t got a clue how to fix it!
ThanksURL
http://www.waterarthouse.co.uk/AmblesideSports/Login details to follow.
June 1, 2016 at 10:48 am #1020230
Sarah WParticipantThis reply has been marked as private.June 1, 2016 at 11:58 am #1020411
Sarah WParticipantFurther to that I’ve put in some java script that I found on your forum. that seemed to work on the home page
but check out this page
http://www.waterarthouse.co.uk/AmblesideSports/competitors/
Nothing I do will anchor the footer globally on the site. And of course the small issue of it flowing over to the right on all page.
thanks for your help…June 1, 2016 at 12:41 pm #1020478
RupokMemberHi there,
It seems you have forced the footer to be absolute positioned with the following code :
#top > footer.x-colophon.bottom { bottom: 0; height: auto; min-height: 40px; position: absolute; width: 100%; }Kindly remove this to get expected result. When you add any custom code to your site, make sure you know what you are doing to avoid potential conflicts.
Hope this makes sense.
Cheers!
June 1, 2016 at 12:48 pm #1020495
JoaoModeratorHi There,
Please find the following code on your Customizer
#top > footer.x-colophon.bottom { position: absolute; width: 100%; bottom: 0; min-height: 40px; height: auto; }and remove
position: absolute;So the code at the end should look like :
#top > footer.x-colophon.bottom { width: 100%; bottom: 0; min-height: 40px; height: auto; }Hope that helps,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1020229 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
