Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1011363
    scottkwilson
    Participant

    Hello,
    Here is my site: http://scottkeithwilson.com

    When you scroll down the page you’ll see that the header and logo shrink. How do I remove the space above the logo after the transition so it is centered in the header? I want equal space above and below the logo after the transition.

    Thanks!

    #1011372
    Rahul
    Moderator

    Hey There,

    Please use the following Custom CSS :

    @media (min-width: 980px)
    .x-navbar.navScroll .x-brand img {
        margin-top: -10px;
    }

    Please change the padding value as per your need.

    Thanks

    #1011577
    scottkwilson
    Participant

    Hey there, I tried it but unfortunately it didn’t change anything.

    #1011895
    Friech
    Moderator

    Hi There,

    Please update the given css code to:

    @media (min-width: 980px) {
    	.x-navbar.navScroll .x-brand img {
    	    margin-top: -10px;
    	}
    }

    Hope it helps, Cheers!

    #1013013
    scottkwilson
    Participant

    Fantastic! Thank you!

    #1013193
    Jade
    Moderator

    You’re welcome Scott.

  • <script> jQuery(function($){ $("#no-reply-1011363 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>