How to change menu bar height?

Posted in: Newspaper
Post count: 49

Hello,

How to make default menubar and sticky variant of menu (when user scrolling) absolutely with the same dimensions? See screenshot.

https://ibb.co/nDWLkVC

  • This topic was modified 7 years by Austenit.
Post count: 35449

Hi,

In order to do this you need to use some custom css, and this is apply different on each header style, so in order to provide you the right custom css please provide a link were I can inspect your header.

Thank you for your understanding.

Post count: 49

Hi, give me your ip due website under construction

Post count: 49

You can write css code here. I think I will find which exactly DIV CLASS code using for heeader style otr yoiu can write sample header style class here too for better understanding.

Post count: 35449

Hi,

Please try this custom css
.admin-bar .td-header-menu-wrap.td-affix {
height: 48px;
}

If the code do not work please let me know which demo are you using and which header style.

Thank you for your understanding.

Post count: 49

Hi,

Yes, its not work)) I`m using Videonews template with boxed variation.

Post count: 49

It`s work for floating menu bar when user scrolling, but i need css for not floating menu which have more height than floating menu.

Post count: 35449

Hi,

Please try this custom css
.td-header-menu-wrap ul li a,
.header-search-wrap #td-header-search-button .td-icon-search{
line-height: 48px!important;
}
.td-header-menu-wrap-full, .td-header-menu-wrap ul li a {
height: 48px!important;
}

-> https://www.screencast.com/t/ZDWggO4Pm
-> https://www.screencast.com/t/QUM6q6BHb

Hope this will help you!
Thanks.

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