i've been reading various topics about static header, but none work for me. What I need is the text of the page to scroll, while the header does not scroll upwards too. cf http://www.karrekoor.nl
i've been reading various topics about static header, but none work for me. What I need is the text of the page to scroll, while the header does not scroll upwards too. cf http://www.karrekoor.nl
Edit CSS to this - (save a copy before editing)
#header {
padding: 30px 0 0;
background-color:#FFD6C8;
position:fixed;
}
#wrapper {
background: none repeat scroll 0 0 #FFD6C8;
margin-top: 0px;
padding: 0px;
}
No! Don't edit the Twenty Ten theme. Instead create a child theme for your changes. Once your child theme is active, we should be able to help with the customisation.
Yes, Esmi is right.
You can do above changes once you create child theme
Good Luck
don't worry. I made my own copy of Twenty Ten, and made some changes in style.css there.
Do you consider that as a child theme, or does child theme mean something else?
I'll try sonalidoshi's suggestion soon.
tried sonalidoshi's suggestion. Unfortunately, now the top of the text disappears behind the header.
You must log in to post.