-
-
Hi,
one more help for http://www.resinofacile.com please.
My client is telling me that the in this page https://www.resinofacile.com/video-resinofacile/ and only in this page the footer is not fixed to the bottom of the page but is coming up, living a lot of blank space after the footer.
Sincerely I am not sure about this becouse I tested the site from several borwsers and smartphones and it seems there is no problem with footer.
But the client is using Apple Mac and says this problem is present both with firefox and safari.
Here is the screenshot of the client: https://i.share.pho.to/e6f994cc_c.png
Do you see this problem?
I already added some css code to the theme, this is all the code I added:
/*#header{
margin: 0 auto;
}*/
.latest_blog .blog-item .info {display: none;}
.latest_blog .blog-item .after .post-like {
display: none;
}
#footer .inner .row-fluid.ff:first-child {
padding-top: 15px !important;
padding-bottom: 10px !important;
}
#footer .inner .widget {
font-size: 13px;
}
#footer .inner .widget ul li {
background-color: rgb(0, 0, 0);
width: 50px !important;
height: 50px !important;
}
#footer .footer_social_icons {
float: right !important;
width: 34% !important;
}
#footer .footer_social_icons li i {
font-size: 20px !important;
margin-top: 8px;
}
#footer .footer_social_icons.circle li:hover {
background-color: #fff !important;
}
@media (max-width: 480px){
#footer .footer_social_icons {
width: 100% !important;
}}
#footer .footer_social_icons.circle li a:hover i {
color: #4db848 !important;
}
.copyright_text p a {color: #F9F7F7 !important;}
.menu-small ul#mobile-menu {
background-color: #669900;
}
#copyright .container {
margin-top: -20px !important;
margin-bottom: -20px !important;
}
#copyright {
padding-bottom: 0 !important;
}
-
Please see here the screenshot
-
Hello,
This happens because the page does not have many elements and the minimum height of the content is smaller than the desktop screen.
Try adding this code into your custom css box:#content { min-height: 700px !important; }
Let us know how it goes.
Best regards!
-
-
You must be logged in to reply to this topic.