Site logo

Archived topic

My logo is not working to take me back to homepage

5 replies · Started by Heath on May 27, 2022

Viewing posts 1–6 of 6

Visitors used to be able to click on the logo to take them back to the home page but now it isn't working. Any suggestions?

I'm on my mobile device. I click into a post and then hit the logo and it does nothing

That's because you've added this CSS:

@media (max-width: 1024px) {
    header#masthead .inside-header {
        padding:0;
    }

    header#masthead .inside-header .site-logo a {
        position: absolute;
        left: 50%;
        top: 4px;
        transform: translateX(-50%);
    }

    nav#site-navigation .inside-navigation {
        flex-direction: row-reverse;
    }
}

Can you activate the mobile header option first?
https://docs.generatepress.com/article/mobile-header/

Then I'll provide the CSS to replace the problematic one.

Ok this has been done. Are you able to provide the updated CSS?

This archived topic is closed to new replies.