Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    As you’ve made your logo a background, part of the header section, apply a width and height to your anchor tag in the <div id="logo"> section.

    #header #logo a {
     display: block;
     width: 540px;
     height: 80px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Header logo not clickable’ is closed to new replies.