|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Beginner grinner
|
Footer floats under logo/navbar at top(Fastline full-screen slideshow)
Hi,
I'm reposting my question as a new thread b/c it appears that the posts to the "Fastline Media Full-screen slide show" thread haven't been answered in a while. The code for Fastline Media full-screen slide show worked really well on my homepage, and I'm on top of the world. ![]() Except that my footer is floating near the top of my screen just under the navbar and logo. I checked to make sure that I copied all of the CSS code provided in the fullscreen.css file, and I have. Please help. My website is: www.phieldsphotography.com Also, can you let me know whether I have the latest version of the code. Thanx...Miriam |
|
|
|
|
#2
|
|
|
Major grins
|
Try wrapping the code in your footer within a div tag.
Replace this in your footer Code:
<span style="color:white"><center>Copyright © 2010-2012 Phields Photography. All rights reserved. Images may not be copied, downloaded, or used in any way without express written permission.<br> Contact us at <a href="http://phieldsphotography.smugmug.com/Other/Contact-Us/11585007_vTCzF/"><span style="color:#3366bb">Phields Photography</span></a> or (404) 997-2588.</center></span> Code:
<div id="my_footer"><span style="color:white"><center>Copyright © 2010-2012 Phields Photography. All rights reserved. Images may not be copied, downloaded, or used in any way without express written permission.<br> Contact us at <a href="http://phieldsphotography.smugmug.com/Other/Contact-Us/11585007_vTCzF/"><span style="color:#3366bb">Phields Photography</span></a> or (404) 997-2588.</center></span></div> #my_footer { position: fixed; bottom: 5px; margin: 0 auto; width: 100%; } Last edited by jwashburn; Aug-27-2012 at 06:41 PM. |
|
|
|
|
#3
|
|
|
Beginner grinner
|
Hi Joey,
Thanx for the code. I've got good news and bad news. The footer on my homepage appears at the bottom (good news) but only on my iPhone (bad news). Nothing changed when I look at it on my computer. I tried refreshing and asked a friend to look on her computer. This is only a problem on the homepage Please help...again. www.phieldsphotography.com Thanx...Miriam |
|
|
|
|
#4
|
|
|
Smug Hero
|
use this in your css:
Code:
.homepage #my_footer {
position: fixed;
bottom: 5px;
margin: 0 auto;
width: 100%;
}
|
|
|
|
|
#5
|
|
|
Beginner grinner
|
My Footer is at the foot!
|
|
|
|
| Tell The World! | |
| Tags | |
| fastline media , footer customization , full screen slideshow | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Stretchy slideshow customization for the Homepage | jfriend | SmugMug Customization | 854 | Jan-24-2013 01:37 PM | |
| Auto Full Screen Slideshow | Candid Arts | SmugMug Support | 1 | Jun-30-2009 02:26 PM | |
| full screen slideshow in gallery ? | jwinker | SmugMug Customization | 5 | Feb-21-2009 03:33 PM | |
| augh...slideshow -no full screen | dbaker1221 | SmugMug Customization | 2 | May-17-2007 03:10 AM | |
| Recent Changes In Full Screen Slideshow? | SamirD | SmugMug Support | 4 | Jun-21-2006 05:50 AM | |
| Thread Tools | |
| Display Modes | |
|
|