This topic has 3 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp
Hello,
Thanks for all your great support.
I have a question and hope you ‘ll have a moment to help me.
I’m using Header #3 , Is there a code you can give me that will help reduce the Height of the Header Area? Just too much white space and reducing the height will be great.
Thanks
Please, The header height I want to change ( make smaller) are both the REGULAR and the FIXED Headers
Thanks
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.navbar {
padding: 10px !important;
}
.fixed-header-area .header-logo {
padding: 10px 0px;
}
.fixed-header-area {
min-height: 10px;
}
Regards,
Eva Kemp.
Tagged: best selling, design, header height, responsive, user friendly, woocommerce themes
You must be logged in to reply to this topic.Log in/Sign up