How i can change height siza on header section and change height of main menu background
Hi,
Please try this custom css in Theme Panel > Custom Css for your main menu height – http://screencast.com/t/k2mUmDMgq
.td-header-menu-wrap {
height: 43px !important;
min-height: 43px;
}
.td-header-row.td-header-border.td-header-main-menu {
max-height: 43px;
}
For that white space you will need to remove margins for logo and header ad, but you will need custom work for that for different screen size and also it will break the main menu. So if you need this and you don’t know how to do it I suggest to hire a freelancer to do this for you – http://studio.envato.com/ as we cannot provide any type of custom work at this moment as we work hard on development, updates, fixes and support.
Also if you want to make header transparent(if you use a background image) you have an option in Theme Panel > Theme Colors – http://screencast.com/t/p8Ywhg0nt – http://screencast.com/t/n5bIEhKx
Thanks!
Ok, i changed height of main menu and now is very good, but now i have extra space within main menu and body.
Do I need to change padding for body or something else?
I also changed padding to zero in header zone and white space is smaler and now looks better for me.
Hi,
Please try to set min height to 38px – http://screencast.com/t/xUXyyQvp
.td-header-menu-wrap {
min-height: 38px;
}
Thanks!