How to put footer at bottom of page?
Hi
I am currently working on a project where the whole website is using brizy including header and footer.
My problem is that i can´t get the footer to the bottom of the page in pages with less content.
I have tried this css code, but with no result.
html {
position: relative;
min-height: 100%;
}
body {
margin: 0 0 100px;
}
.footer {
position: absolute;
left: 0;
bottom: 0;
height: 60px;
width: 100%;
}
0
-
Hi Andreas,
why not use the mobile layout and hide certain items or reduce the footer space: https://jumpshare.com/v/QLnQTrKKmLUCGxF0pT2w ?
0 -
Hi
Sorry for late reply.
I don´t know if i misunderstood you, but it is not in the pagebuilder i want to change the footer position. I want to change it on the website. See my screenshot.
I can´t understand how changing brizy to mobile view will change the footer other than content is smaller.Best Andreas
0 -
Hi
I resolved this issue by using the footer in my theme instead of the footer in Brizy.
Best Andreas0 -
Hi,
I'm glad you found a solution.
Can I take a look at your site? I just want to see what you initially wanted to do. Thanks.
0
Please sign in to leave a comment.
Comments
4 comments