Home › Forums › Arnold WordPress Theme › Footer problems
- This topic has 7 replies, 2 voices, and was last updated 7 years, 7 months ago by
SeaTheme.
-
AuthorPosts
-
October 10, 2018 at 1:45 pm #16658
Love the theme with all the options to make it really my own website, but i’m having problems with the position of my footer:
On my homepage (custom portfolio page) the footer is just outside the screen and i have to scroll for it. So under my portfolio grid there is a lot of white space what makes scrolling really unnecessary. I tried to change the padding of the footer and also the height of the portfolio-link-button, but it stays underneath the div.wrap. So I also tried to give the all-wrap a view hight but nothing seems to work. This is the same problem with the about page. The footer just hangs out of the wrap and asks for unnecessary scrolling.An other problem is on the gallery page (portfolio item). The footer is standing in the middle of the page just underneath the content-wrap.
I just want the footer at the bottom of the wrap. How can I fix this? Do I need a fixed footer?
Please help me.October 11, 2018 at 4:08 am #16659Hi, thank you for purchasing our theme.
Please leave your page URL, i need to check the live page. Thanks!
Regards!
Bwsm – uiueux.com – Twitter – FacebookOctober 11, 2018 at 7:34 am #16662This reply has been marked as private.October 12, 2018 at 1:45 am #16679Hi,
Please paste the custom css code to “Appearance > Customize : Additional CSS”#wrap { min-height: auto; }Regards!
Bwsm – uiueux.com – Twitter – FacebookOctober 12, 2018 at 7:24 am #16684Thank you, this fixed the problem for the homepage.
But the footer is still in the middle of the page in the project and this is now also the problem for the about page..October 13, 2018 at 4:40 am #16692Please add CSS:
@media(min-width:768px) { .wrap-outer { min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; } }October 13, 2018 at 12:31 pm #16703I don’t think this solved the problem.
October 14, 2018 at 12:37 pm #16714Did you test the code? If it is not what you want, maybe I mis-understood your question. Please give more tips for your question, better paste some image to explain.
-
AuthorPosts
- You must be logged in to reply to this topic.
