Changing header from fixed to scroll
-
Hello! I am new to all of this, and learning as I go along. I am trying to make the header on my page scroll. Right now it is fixed and looks terrible as you scroll to read posts.
I tried changing it in the editor. I changed this fixed to scroll. And it worked, but when I scroll back up to the top, my header disappears.
.logo {
text-align: center;
position: fixed;
-webkit-animation: fadein 5s;
-ms-animation: fadein 5s;
animation: fadein 5s;
top: 5px;
left: 70px;
z-index: 100;website is http://www.juliemcgregorphotography.com
Please help me, I am lost :)
The blog I need help with is: (visible only to logged in users)
-
-
-
- The topic ‘Changing header from fixed to scroll’ is closed to new replies.