How To Main Menu Change Height

Posted in: Newsmag
Post count: 140

sorry for my BAD english.

i want this main menu : http://www.celebuzz.com/

or this

http://www.m-magazine.com/

but my main menu is so small.

ff

Post count: 140

second question. how to colorful liner top to bottom. (i know, bad english ever) but maybe u understand this pic.

my site

ww

i want

ll

  • This reply was modified 11 years by Finland.
Post count: 140

up

Post count: 7909

Hi,

You can set Header Style 9 for full width and disable Top menu from Theme Panel > Header: http://screencast.com/t/lmKXGPkk29yM
Also use this custom css in Theme Panel > Custom Css: http://screencast.com/t/imZEVdfJL1

.td-header-border:after {
content: "";
background-color: #4db2ec;
display: block;
height: 4px;
}
.td-header-border:before {
display: none;
}

Result: http://screencast.com/t/rAheQyge

Hope this helps!

Post count: 140

thank you so much alin, solved my second question. but first qestion wrong height code.

to explain with pictures

ss

my site

dd

  • This reply was modified 11 years by Finland.
Post count: 7909

Hi,

You can change menu height using this custom css: http://screencast.com/t/r7RcYm58mjo but you will need further css customization for menu-items. If you don’t have basic css/html experience I suggest to hire a professional to do this for you.

.td-header-menu-wrap {
height: 70px !important;
}
.td-header-main-menu {
height: 70px;
}

Thanks!

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