Logo not linking to homepage on mobile siteFree and Premium WordPress Plugins & Themes Forums WordPress Themes Villagio Logo not linking to homepage on mobile site Search for: SearchThis topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by Andre Flores.Viewing 4 posts - 1 through 4 (of 4 total)AuthorPosts July 14, 2020 at 8:11 pm #979591 Kerry MillerParticipantAnother one – when I access my site on my phone, the logo in the top left corner does not work/is not clickable. On desktop, works perfectly. A little bug somewhere?! Help! July 15, 2020 at 7:23 am #979660 Andre FloresModeratorHi, Kerry!Try adding the following code under Appearance ->Customize ->Additional CSS:@media (max-width: 991px) { .home .site-branding { z-index: 9; }}This should make the logo clickable on mobile devices.Regards, Andre July 15, 2020 at 3:03 pm #979915 Kerry MillerParticipantThanks Andre, that worked to make it clickable on the homepage but when I navigate to any other page on the site, it is still not clickable. July 16, 2020 at 6:44 am #980127 Andre FloresModeratorHi, Kerry!Sorry for confusion, the code should look as follows:@media (max-width: 991px) { .site-branding { z-index: 9; }}This will make the logo clickable throughout the website.Regards, AndreAuthorPostsViewing 4 posts - 1 through 4 (of 4 total)You must be logged in to reply to this topic.Log In Username: Password: Keep me signed in Log In