Hi, dear friends!
Please explain me how can I increase the sizes of main menu and logo. I mean height.
I use this code
.td-header-style-7 .td-header-menu-wrap-full, .td-header-style-7 .td-header-menu-wrap {
height: 48px !important;
}
.td-header-style-7 .td-header-sp-logo {
height: 48px;
}
.td-header-style-7 .td-header-sp-logo a {
line-height: 48px;
}
.td-header-style-7 .td-header-sp-logo img {
max-height: 48px;
line-height: 48px;
}
.td-header-style-7 .sf-menu > li > a {
line-height: 48px;
}
.td-header-style-7 .sf-menu {
margin-top: 0;
}
.td-header-style-7 #td-top-search {
bottom: auto;
top:0;
}
What parameters should I change?
Current:

Wish:

So it would be great to have bigger area with logo adjusted left and main menu centered relative logo.
-
This topic was modified 9 years by
mrx.
Hi,
Why do you use custom css to decrease the menu height?
By default the menu’s height for style 7 is around 106px – http://screencast.com/t/zeAfdmLE
Also you can control the menu height(and also the logo) from Theme Panel > Theme Fonts, just change the menu line height – http://screencast.com/t/DgBHHqE7F – http://screencast.com/t/C5UJkp4Z
Thanks!
I am having trouble with header style 5. When it is active main menu color goes totally black when I hover over it. Also, I cannot set my footer image. It is set bt not showing.
Hi,
That could happen if you use a wrong combination of colors for the menu. Please check the current color settings regarding the header menu
– https://www.screencast.com/t/myoK4yzDEMJ
A footer background image can be set here
– https://www.screencast.com/t/qlxobBADsPkt
If there is still a problem in any of the matters, provide a link to your website so we can inspect the issue.
Thanks
Hi,
I have tried to do the same multiple times but its not working. Please visit https://breakingfeed.in
Also I want to add logo in footer not footer image. Please check
Hi,
The header style you are using at the moment is style 7. I have inspected the menu, but there is no problem with it when hovered or active
– https://www.screencast.com/t/iMi5vMHff4bg
– https://www.screencast.com/t/ku2OekxEtT
If the problem is happening when you switch to header style 5, please note that the gadgets demo you have installed has some custom design, that applies to that header style only
– https://www.screencast.com/t/tJYkpVk7XW
A combination of that design and theme panel settings can cause the issue you are describing. Either use a different header style like you are now, or simply modify the black color in the location shown in the screenshot.
Regarding the logo not displaying, there seems to be a CSS code that prevents in to appear
– https://www.screencast.com/t/reCe8EbRqyg7
– https://www.screencast.com/t/vvc2D0NpK
Check the theme panel custom code sections, or any location you have inserted custom code. Removing that code will cause the logo to appear
– https://www.screencast.com/t/IAIWo4Rx
Thanks

