Footer weirdness in mobile mode
Teetime
Registered Users Posts: 202 Major grins
On my site (link in signature) I have the mini "Powered by Smugmug" footer AND a custom copyright notice I have placed just above that. This works properly everywhere except on my home page when in mobile mode. Then, and only then the following happens:
1. Both footers are repositioned to an area about 1/3 down from the top.
2. The SM mini footer disappears except it briefly fades in at each transition of images in the full screen slide show, as though this footer is underneath the slideshow.
Any suggestions for fixing this?
1. Both footers are repositioned to an area about 1/3 down from the top.
2. The SM mini footer disappears except it briefly fades in at each transition of images in the full screen slide show, as though this footer is underneath the slideshow.
Any suggestions for fixing this?
Jerry
0
Comments
tailoredportraits.com
If you mean "Fill Height" I just tried that but it didn't make any difference. I did have a different problem with Fill Height discussed here where all the items that overlay the slideshow (navbar, breadcrumbs, social icons) can be moved independent of the background when Fill Height set ON. So I have it off for that reason. Any other suggestions?
tailoredportraits.com
tailoredportraits.com
@media screen and (max-width: 670px) {
.sm-page-powered-by, .sm-page-widget-13192380 {
position: fixed !important;
width: 100% !important;
}
.sm-page-powered-by {bottom: 0px !important;}
.sm-page-widget-13192380 {bottom: 35px;}
}
tailoredportraits.com