When i use header style 1 multi-purpose. the logo is not centered right : http://www.screencast.com/t/FVvAFUQsf0
I desire to have the logo scaled like in header style 8 : http://www.screencast.com/t/A4XwAOeH
Is there a way to have header style 1 multi-purpose with the right scaling of the logo
-
This topic was modified 8 years by
brenbrinkman.
Hi,
It seems that there is no logo at the moment
– https://www.screencast.com/t/jvf445cQVh
The logo may display in a different way from style to style, it is not intended to display the same. If you will upload the logo again, I will check if there is anything wrong with it.
Thanks
Is it possible to center it right and make it a tiny bit bigger?
Increasing it’s height will require to increase the height of the whole header
– https://www.screencast.com/t/acijSzOC
.tdm-header-style-2 .td-main-menu-logo img {
max-height: 90px;
}
.tdm-header-style-2 .td-header-menu-wrap-full {
height: 90px!important;
}
Be sure to enter that code in the desktop section of the Advanced CSS section.
The header style seems to display as intended in your website when stretched and using multi-purpose style 2. The logo is positioned on the left, not centered. The container structure does not allow it to be centered.
Maybe with a margin left or position, but that will most likely cause problems on smaller devices.
Hi Simion,
Sorry but I don’t get your anwser.
The screencast that you sended me doesn’t seem to solve the problem. And the code doesn’t seem to work either. I placed the code in advanced css section and have multi-purpose header style 2.
This is the result that I am trying to achieve : http://www.screencast.com/t/A4XwAOeH
That code increases the size of the logo by 10px, like this
– https://www.screencast.com/t/DBEBHiI966V
I thought you want to increase it’s size, don’t use it if that is not the case. I also thought you wanted to center it horizontally, but it seems I misunderstood.
You could try a code like this one to make it appear centered vertically
– https://www.screencast.com/t/CmsTjS6Fm
.tdm-header-style-2 .td-header-top-menu-full {
z-index: 9998;
}
.tdm-header-style-2 .td-logo-in-menu {
top: -10px;
}