Hi all,
Two issues for my site: http://www.theknottymermaid.com. Using a child theme for twentythirteen.
1) How do I set the site-header
to position: fixed; top: 0px;
and still be able to see the Nav bar underneath the WP admin bar? It's currently obscured.
2) The bigger problem -- my site is only reading portions of my child theme CSS. Viewing the source of my site reveals the style sheet being referenced is: http://theknottymermaid.com/wp-content/themes/knotty2.0/style.css?ver=2013-07-18. It looks like it's picking up an old version of my CSS (notice the version is 2013-07-18 and I updated it today 8-13-2013).
Certain pages are picking up the CSS but not on all. Case in point: On http://theknottymermaid.com/shells/ I can see that it is reading the ul.shell
I have on my child theme CSS.
However, when I go to http://theknottymermaid.com/contact/ and '/about' it is not picking up the contact-left
and contact-right
divs at the bottom of the stylesheet. Any reason why it's not even seeing that CSS? They are custom classes so I assume there is no conflict with the twentythirteen parent.
Thank you very much for your help.