Change Logo Width and Height in Main Menu

Posted in: Newspaper
Post count: 8

Hello!!!

I am back with another question. How can I make the main menu logo larger?

I´ve entered this code in custom css, but it doesn’t work:

.td-main-menu-logo img {
min-height: 151px;
min-width: 458px;
}

Thx for quick help!

Here is the site link: http://www.inklusiv.at

  • This topic was modified 9 years by lkrammer.
  • This topic was modified 9 years by lkrammer.
Post count: 20688

Hi,

You can choose a different header style if you want a bigger logo size – https://forum.tagdiv.com/logo-favicon/ For example header style 9,10 and 11 use a full width image size. This can be seen in the cars demo – https://demo.tagdiv.com/newspaper_cars/ which uses header style 10.

Thanks

Post count: 8

Thx for your help! 🙂

But you know the reason is, I want header 1 with it, because of the header ad function. Is there any possibility to program this with custom css?

Post count: 20688

Hi,

If you would set those properties to the logo image it would look like this – https://www.screencast.com/t/PVOTeniNMq since there is no space available for the logo to display in the same line with the header ad, in these conditions. The best you could do with this header style and still display properly is like this – https://www.screencast.com/t/as8bMlPxscQw using this code, you should enter it in Theme panel->Advanced Css in the desktop section – https://www.screencast.com/t/7geRJitW0

.td-header-style-1 .td-header-sp-logo img {
min-height: 131px;
min-width: 340px;
}
.td-header-style-1 .td-header-sp-logo {
min-height: 131px;
min-width: 340px;
margin:0;
}

Thanks

Post count: 8

That is perfect! BIG THANK YOU!

Best regards

  • This reply was modified 9 years by lkrammer.
Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.