Fixed Header and Footer Help
-
website: danlamm.com
Ive got some help on here with my headers and footers but there are a few things that still are not quite right. I have been trying to figure it out myself but haven’t been able to get it working. first the header strip is fixed on all pages except the blog page. I understand that the blog page is kinda its own animal and doesn’t follow all the rules the other pages do. i tried tweaking your [david, the harmonic hero’s] code to apply to the blog page but i must not be doing it right…
.blog .page #masthead {
position: fixed;
}The next issue is that the footer behaves differently on all the pages. I want the bar to be fixed to the bottom of the window at all times for all pages. Also, I want to get rid of the text “theme: harmonic by…”. I was able to get rid of it on the main page with the following code:
#colophon {
position: fixed;
}#colophon a{
visibility: hidden;
}#footer-nav-wrapper .site-info {
visibility: hidden;
}#footer-nav-wrapper .site-info a {
visibility: hidden;
}but it still appears on the other pages. Also, in this bit of code I attempt to fix the bar to the bottom, albeit unsuccessfully. any suggestions?
- The topic ‘Fixed Header and Footer Help’ is closed to new replies.