|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Footer issue
I've been having a problem with the footer. Wanted to have a line with my name and phone number on every page. The problem is, whenever I worked on it the footer would not be on the bottom on my home page and it was disappearing from it as soon as the first picture would load.
Right now I don't have any info in my footer section. What would be the best code for it to be in the center of each page on the bottom, and how to keep it from fading away on home page? Thanks a lot in advance for any advice. my page: hangitshop.net |
|
|
|
|
#2
|
||
|
SmugMug Support Hero
|
Quote:
__________________
Rich | My Site | SmugHelp | Customizing SmugMug Simplified | FAQ | Webdev Tutorial | |
|
|
|
||
|
#3
|
|
|
Big grins
|
I just put one up.
|
|
|
|
|
#4
|
||
|
Big grins
|
Quote:
Also- how can I change the font of my footer? |
|
|
|
||
|
#5
|
|
|
Major grins
|
Make one small change to your CSS to get your footer to show and to change your font
For the footer to show Change it from this: Code:
.homepage.notLoggedIn #customFooter {
bottom: 25px;
font-family: apple chancery;
padding: 0 !important;
position: fixed;
width: 100%;
}
Code:
.homepage.notLoggedIn #customFooter {
bottom: 25px;
font-family: apple chancery;
padding: 0 !important;
position: fixed;
width: 100%;
z-index: 100;
}
To change the font simply change font-family: apple chancery; to something else like font-family: Tahoma; |
|
|
|
|
#6
|
|
|
Big grins
|
One part worked, thanks!
But I still have a problem with font. I want it to be apple chancery- it only shows as that font on home page. How can I have the same font showing in all the other categories, like under clients and stock images and galleries? |
|
|
|
|
#7
|
||
|
Walkin' like a Penguin!
|
Quote:
You might want to try Google Web Fonts.
__________________
Smugmug Site: Central Valley Nature Photography Main Website: California Landscape Photography Google+ | Facebook | SEO for the Photographer | HDR Using Layer Masks |
|
|
|
||
|
#8
|
|
|
Big grins
|
I hate it too!!!
Thanks for advice. I didn't know that apple chancery doesn't show on all computers. Gotta change it I guess. But I still don't understand how come on home page footer shows as apple chancery but on other pages, lets say here http://www.hangitshop.net/StockImage...0435&k=XM6xKJV as a different one. How can I change it??? to have it in all the galleries as the same one? |
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Footer showing up at top of page | bcwilson | SmugMug Customization | 3 | Sep-08-2011 08:52 AM | |
| Questions re: slideshow & issues re: footer on homepage | CJohnson6 | SmugMug Customization | 4 | Jun-02-2011 02:10 PM | |
| Footer Issue | psr | SmugMug Customization | 0 | Jun-01-2011 03:17 PM | |
| Can I remove my Smugmug footer | mal | SmugMug Customization | 2 | Oct-04-2010 05:34 AM | |
| Mini footer not showing... | josephhand | SmugMug Customization | 3 | Apr-16-2010 05:39 AM | |
| Thread Tools | |
| Display Modes | |
|
|