Disable sticky header change Support Forums for LiveMesh Themes & Plugins › Forums › Agile Theme Support › Disable sticky header change This topic has 3 replies, 3 voices, and was last updated 9 years, 7 months ago by Nexus. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 28, 2014 at 4:23 pm #6363 FriendMTSMember Hello, Help is very much appreciated on the following matter: On my website http://www-test.friendmts.com/ I am trying to maintain the same header even when scrolling. As it is now, it zooms out as you scroll down, making the menu font smaller and removing the (unwanted) white padding around the logo. Please, if you know a way to fix this, share it with me. Many thanks! Alina April 29, 2014 at 6:20 am #6382 ErnestoMember Hi! You’ll need to go to your Custom CSS Section in your Theme Options Panel and enter the following code: .sticky #site-logo {display: block!important;} That should do the trick! Let us know if that worked for you! April 29, 2014 at 7:20 am #6390 FriendMTSMember Thank you, Ernesto. It doesn’t do anything I’m afraid. Any other way? April 29, 2014 at 8:24 am #6403 NexusModerator Pls put the following code into custom css in theme options #header.sticky #site-logo { top: 15px; } #header > .inner > .wrap { min-height: 100px; } #header.sticky #primary-menu > ul.menu > li > a { line-height: 100px; font-size: 18px; } #header.sticky #primary-menu > ul.menu > li:hover > ul.sub-menu { top: 96px; } Hope that helps. Thanks! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The forum ‘Agile Theme Support’ is closed to new topics and replies.