badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Fix header graphic and navigation bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3533
    hafur
    Participant

    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!

    #3534
    hafur
    Participant

    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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.