Site logo

[Resolved] Logo in the header not working to take back to homepage

Home Forums Support [Resolved] Logo in the header not working to take back to homepage

Home Forums Support Logo in the header not working to take back to homepage

  • This topic has 4 replies, 2 voices, and was last updated 3 years ago by David.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2571808
    Heath

    I’d like for people to be able to click my logo in the header to be able to go back to the homepage.

    How do I resolve this?

    #2572033
    David
    Staff
    Customer Support

    Hi there,

    you have this CSS for centering the logo:

    .inside-header.grid-container .site-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    Change it to:

    .inside-header.grid-container .site-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
    }
    #2572118
    Heath

    Y’all are the best. Thanks!

    #2572120
    Heath

    Thanks again.

    #2572402
    David
    Staff
    Customer Support

    Glad to be of help!

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