Tagged: Make Header sticky
Hi Theme Horse Team,
first of all thanks a lot for this great theme! I was wondering if it is possible to have the header/ nav bar fix when a user starts scrolling down? I was testing the following custom CSS code (with no success):
.wp-pagenavi { margin-bottom: 40px; border-top: 1px solid #EAEAEA; border-bottom: 1px solid #EAEAEA; padding: 7px 0; text-align: center; position: fixed; }
Any hint?
Thanks a lot!
Ok got one step further: This is what I have used and it seems to work:
.header-image { position: fixed; } #access { border-top: 1px solid #EAEAEA; border-bottom: 1px solid #EAEAEA; position:fixed; }
BUT: now the header image suddenly automatically changes…. any idea how to leave the size of the header image untouched?
Thanks!