Header and main menu change height size

Posted in: Newsmag
Post count: 39

How i can change height siza on header section and change height of main menu background

http://prntscr.com/79k2o8

Post count: 7909

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/p8Ywhg0nthttp://screencast.com/t/n5bIEhKx

Thanks!

Post count: 39

Ok, i changed height of main menu and now is very good, but now i have extra space within main menu and body.

http://prntscr.com/7cfbgt

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.

Post count: 7909

Hi,

Please provide a link to take a look.

Thanks!

Post count: 39

http://www.tin.rs but website is still under construction

Post count: 7909

Hi,

Please try to set min height to 38pxhttp://screencast.com/t/xUXyyQvp

.td-header-menu-wrap {
min-height: 38px;
}

Thanks!

Post count: 39

excellent

ty very much

Post count: 39

After updating to version 2.2 this code not working, please help 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newsmag’ is closed to new topics and replies.