Logo in Style 3 – (full width logo) + menu

Posted in: Newspaper
Post count: 35

Hello,

on http://www.le-meilleur-du-golf.com/

The logo is in Style 3 – (full width logo) + menu

This is a sticky menu, perfect!
I would like to have the logo to stay where it is at the top, but to be embedded in the sticky menu for everyone to see when go down the page, even if it is a small version of it.

How would i do that?
thanks a lot!

Thierry
le-meilleur-du-golf.com

Post count: 6600

Hi,

You can use this method to add the logo into your menu as a menu item: https://forum.tagdiv.com/topic/moveplace-logo-in-menu-when-scrolled-down-and-menu-fixed/
Hope this helps!

Thanks

Post count: 35

Hello Lucian,

Thank you, i have been through this method, and pasted the code

.menu-item-4800 {
display: none;
}
.affix .menu-item-4800 {
display: block;
}

Which is exactly the one you provide. But the result live http://le-meilleur-du-golf.com/
doesn’t show the logo at all…

is this method still working?

thank you

Post count: 3343

Hi,
Use this CSS, just a selector changed:
.menu-item-4800 {
display: none;
}
.td-affix .menu-item-4800 {
display: block;
}
.td-affix .menu-item-4800 img {
height: 50px;
}

Thanks!

Post count: 35

Thanks a lot, this works now,
you rock!

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