Top Menu is behind logo on smaller screens or if I resize the browser

Posted in: Newsmag
Post count: 19

Hi Team,
I made a recording of the problem… https://www.screencast.com/t/pjfYOsblZ

I didn’t customize at all the css at this point, just used Dental Studio theme, replaced the logo for a same size and added the menu.

What should I do so it gets good on top?

Should I remove that Home and it might work?

Thanks.

Post count: 19

.

Post count: 23312

Hi,

It seems to be a problem with this header style. I have added to our list of fixes and we hope to fix it as soon as possible. Until we will fix it, you have to use the code below and place it in Theme panel -> Custom CSS area.

.tdm-header-style-2 .td-header-menu-wrap-full {
height: 130px!important;
}
.tdm-header-style-2 .menu-main-header-menu-container,
.tdm-header-style-2 .header-search-wrap,
.tdm-header-style-2 #td-header-menu{
margin-top: 60px;
}
.tdm-header-style-2 .td-logo-in-menu {
width: 180px!important;
left: 0!important;
right: 0!important;
margin: 0 auto;
}

The result is here -> https://www.screencast.com/t/ZP3ZoEo9eRL

Another alternative, in this case, should be to use the Header Builder manager and create your own header style, according to our documentation from here -> https://tagdiv.com/newspaper-theme-customize-the-header-manager/

Thank you!

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