Problem on header style 7

Posted in: Newspaper
Post count: 494

Hi,

There’s a problem with the logo on my header style 7: https://www.mondeoz.com/
Moreover, how can I limit the height?

Simion provided me this code for the header style 10. I tried to copy/paste and change 10 for 7 but it didn’t work.

.td-header-style-10 .td-logo-wrap-full {
min-height: 90px;
line-height: 90px;
}

.td-header-style-10 .td-logo-wrap-full .td-logo {
line-height: 90px;
}

Can you kindly help?

Post count: 18283

Hello !

That can be fixed by editing the header using the tagDiv Composer.

Please contact us via email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you !

Post count: 494

Hi,

Is there a CSS to reduce the size of the logo on the header style 7?
Just the main logo, the sticky one is fine.

Thanks

Post count: 18283

Hello !

That can be edited using the tagDiv Composer as you can see it here: https://www.screencast.com/t/ZwqY7NyreKw

Thank you !

Post count: 18283

Hello !

That can be edited using the tagDiv Composer as you can see it here: https://www.screencast.com/t/ZwqY7NyreKw

Thank you !

Post count: 494

Hi,

When I click on Header Manager, I get “Global Template” and I cannot modify it.
As I said before, I do not want to use a Cloud Header.
That is the reason why I asked for a CSS solution.
Or maybe am I not clicking at the right place?

Can you help?

Post count: 18283

Hello !

You can use this css:

.td-main-menu-logo img {
max-height: 54px;
}

I hope this is helpfull !

Thank you !

Post count: 494

Hi,

There seems to be a limit with your code.
For example, if I change the value for 5px, it will remain pretty tall (something like 25px).

Can you help please?

Post count: 18283

Hello !

That means that is the CSS limit, you will have to upload a smaller logo for the Mobile header in the Theme Panel – Header – Logo for Mobile.

Thank you !

Post count: 494

Hi,

Actually a code provided by Simion to someone else (made a search) was solving the problem:
.td-header-style-7 .td-header-sp-logo img {
max-height: 80px;
}

Regards

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