[Resolved] Navigation logo not linking to homepage

Home Forums Support [Resolved] Navigation logo not linking to homepage

Home Forums Support Navigation logo not linking to homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #851489
    Nick

    I just increased the size of my site logo in the navigation bar, and add CSS code to to make it fill the navigation area from top to bottom, but now it no longer links to my homepage. Wondering how to get the logo to link to the homepage again.
    Thanks in advance for your help!

    GP Premium 1.7.8
    #851616
    David
    Staff
    Customer Support

    Hi there,

    its actually the bit of CSS you added to the navigation – its relative position means it covers the logo. To fix that try this:

    .site-logo {
        position: relative;
        z-index: 1;
    }
    #869307
    Nick

    Worked. Thank you David, you guys are great!

    #869321
    David
    Staff
    Customer Support
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.