Logo not linking to homepage on mobile site

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Villagio Logo not linking to homepage on mobile site

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #979591
    Kerry Miller
    Participant

    Another 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!

    #979660
    Andre Flores
    Moderator

    Hi, 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

    #979915
    Kerry Miller
    Participant

    Thanks 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.

    #980127
    Andre Flores
    Moderator

    Hi, 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,
    Andre

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