Site logo

[Resolved] Fixed logo square

Home Forums Support [Resolved] Fixed logo square

Home Forums Support Fixed logo square

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1444685
    Gonzalo

    Hi there!
    I’m designing a new site, with a square logo.
    I need this logo like this:
    https://prntscr.com/uhuv4m

    Also, this site have a sticky menu, therefore, this logo must shrink when going down.

    Can you help me with that?

    #1444690
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know 🙂

    #1444718
    Gonzalo

    Thank you Leo, link in edit post 😉

    #1444891
    Leo
    Staff
    Customer Support

    Is there a way to get past that first page which is completely done with Elementor?

    #1444911
    Gonzalo

    Sure, check url 😉

    #1444939
    Leo
    Staff
    Customer Support

    I’m still just seeing this:
    https://www.screencast.com/t/1fYWnORS

    #1445675
    Gonzalo

    I’m sorry Leo, please check it again

    #1445705
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS to position the logo over the site header:

    @media(min-width: 769px) {
        .site-header img.header-image {
            position: absolute;
            top: 0;
            height: 180px;
            width: auto;
            z-index: 1;
        }
    }

    Then add either a Secondary Navigation above header or the Top bar.
    You can then set the top: 0; to a top: -30px; to overlap them. Adjust the pixels to suit.

    #1445883
    Gonzalo

    thank you David!

    #1446014
    David
    Staff
    Customer Support

    Glad to be of help

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