Set a different height for the logo when the menu becomes sticky

Posted in: Newspaper
Post count: 14

Is it possible to set a different height for the logo when the menu becomes sticky? I’d like it to be a little bigger.
Thanks.

Post count: 14

Ok, I’ve seen this “question is already answered:

This code worked for me:


@media
(min-width: 768px) {
.td-header-wrap .td-affix .td-main-menu-logo img {
max-height: 60px !important;
}
.td-affix #td-header-menu {
min-height: 60px !important;
}
.td-header-wrap .td-affix .sf-menu>li>a {
line-height: 60px !important;
}}

Thanks

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