- This topic has 2 replies, 2 voices, and was last updated 3 years, 10 months ago by Blastyaway.
-
AuthorPosts
-
December 26, 2020 at 5:48 am #268982BlastyawayParticipant
Hei there,
I have a page that does not have much content and when so the footer float at the middle of the site.
I’ve tried to use position:fixed with some other variables, but then the page content overlaps the fotter.I like the fotter to stay fixed at bottom with no overlaps and this is what that helped me out.
.site-info{
position:fixed;
bottom:0px;
margin-top:100px;
left:0px;
right:0px;
background-color: black;
}Have any better sugestions?
Merry Christmas and thanks for a nice theme.
December 26, 2020 at 10:02 am #268995SkandhaParticipant@blastyaway: Hello there,
Can you please post in the URL of the page so that I can look into the issue?Kind Regards,
SkandhaDecember 26, 2020 at 3:44 pm #269008BlastyawayParticipantHere is the link: https://ascending-dawn.com/
Note that I did the custom CSS myself already.Please have a look at my other issue @Skandha
-
AuthorPosts
- The topic ‘Footer at fixed position’ is closed to new replies.