[Support request] Menu logo

Home Forums Support [Support request] Menu logo

Home Forums Support Menu logo

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #226860
    Luis Antonio

    How to place the logo on the menu ? Thanks

    #226931
    Roberto Enrique

    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

    #226991
    Tom
    Lead Developer
    Lead Developer

    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.

    #227015
    Luis Antonio

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

    Thanks

    #227033
    Tom
    Lead Developer
    Lead Developer

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

    #227050
    Luis Antonio
    #227089
    Tom
    Lead Developer
    Lead Developer

    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 🙂

    #227794
    Luis Antonio
    #227855
    Tom
    Lead Developer
    Lead Developer

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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.