Site logo

Archived topic

Menu logo

8 replies · Started by Luis Antonio on September 16, 2016

Viewing posts 1–9 of 9

How to place the logo on the menu ? Thanks

You can try playing around with menu aligned to the left and main navigation "Float right"

Then use the Sticky menu if you like.

I've done something like that on this website:

http://www.loscirocco.it

There's the Navigation Logo option as well in "Customize > Layout > Primary Navigation".

Currently, sticky navigation must be enabled to use it, but this is changing in the next version.

But I need that it is something as this example that the logo goes out of the menu

Thanks

I'm not too sure what you mean? Having a tough time seeing what's happening in that example.

Link

You might be able to do something like this:

@media (min-width: 769px) {
    .main-navigation .sticky-logo {
        position: absolute;
        top: -20px;
        left: 0;
        z-index: 500;
    }
    .main-navigation .sticky-logo, 
    .main-navigation .sticky-logo img {
        height: 200px;
    }
}

You'll have to adjust the numbers, but that should get you close :)

link

Not sure what I'm looking at? What are you wanting it to look like?

This archived topic is closed to new replies.