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 March 17, 2023 at 10:16 pm #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? March 18, 2023 at 5:20 am #2572033 DavidStaff 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; } March 18, 2023 at 6:18 am #2572118 Heath Y’all are the best. Thanks! March 18, 2023 at 6:18 am #2572120 Heath Thanks again. March 18, 2023 at 9:55 am #2572402 DavidStaff Customer Support Glad to be of help! Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In