Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Sticky Header › Reply To: Sticky Header
November 14, 2013 at 3:11 am
#2741
Keymaster
Sorry this took some time. At times the problem would fix itself and it was hard to reproduce it. The problem is due to the height of 75px that has been specified for the header under Backgrounds tab in theme options panel(look for option “Height of Header”). Pls remove the same, leave it blank and insert the following CSS into Custom CSS tab in theme options panel and see if the problem goes away. Thanks –
@media only screen and (min-width: 767px) { #header.sticky .wrap { height: 75px !important;} }
If the problem persists, pls provide the required permissions for the user id you sent earlier so that I can edit the theme options. Thanks