Title: Making header clickable
Last modified: August 19, 2016

---

# Making header clickable

 *  [wildbug](https://wordpress.org/support/users/wildbug/)
 * (@wildbug)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/making-header-clickable-1/)
 * I installed a multi-level navigation plugin to my new site and it has made the
   header un-clickable. If I remove the plugin, the header is clickable. I use the
   same plugin on another site with the same theme, so there should not be a problem
   but I can’t figure it out and the plugin developer wants to charge a lot of money
   to help me. I thought maybe it would be an easy fix. Anyone know?
 * [reshelter.org](http://reshelter.org)
 * Also, I had hoped the navigation could overlap the header itself, without hiding
   the left side logo. Is there any way to move the navigation bar up and make it
   transparent wherever there are no tabs on the left side?
 * Any advice much appreciated. I am not a programmer…so please spell out any suggestions
   in layman’s terms. THANK YOU!!!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * (@shane-g-1)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/making-header-clickable-1/#post-1474911)
 * Hi,
 * Refer this article:
 * [http://codex.wordpress.org/Designing_Headers#Making_the_Whole_Header_Clickable](http://codex.wordpress.org/Designing_Headers#Making_the_Whole_Header_Clickable)
 * Thanks,
 * Shane G.
 *  Thread Starter [wildbug](https://wordpress.org/support/users/wildbug/)
 * (@wildbug)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/making-header-clickable-1/#post-1474914)
 * Thanks for your suggestion, that would be good if I didn’t know how to make the
   header clickable. The problem is the code is correct; but somehow the plugin 
   is interfering, as I described. If I disable the plugin, the header is clickable
   again. So I am looking for someone who might be able to tell me why that is happening–
   what in the plugin code is interfering with the header being clickable?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/making-header-clickable-1/#post-1474940)
 * seems to be a ‘z-index’ problem:
    the z-index of #header h1 a was -1 which made
   it lay behind other elements – change it to something positive: 1001 worked; 
   and the change the height from 167px to 157px to prevent the header logo covering
   part of the menu;
 *     ```
       #header h1 a {
       			display: block;
       			width: 752px; height: 157px; /* was height 167px;*/
       			text-indent: -9999px;
       			outline: none;
                		position: absolute;
                               z-index:1001; /* was z-index:-1; */
       			background-repeat: no-repeat;
       			background-position: 0 0;
       		}
       ```
   
 * only checked in firefox
 * also have a look at the [validation ](http://validator.w3.org/check?uri=http%3A%2F%2Freshelter.org%2F&charset=%28detect+automatically%29&doctype=Inline&group=0)
   errors of your site – these are often the cause for unexplained browser behaviour.
 *  Thread Starter [wildbug](https://wordpress.org/support/users/wildbug/)
 * (@wildbug)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/making-header-clickable-1/#post-1475244)
 * THANK YOU SO MUCH!! That fixed it. I don’t know how to fix all my validation 
   errors. If there is anyone that can do this for me for hire, please let me know.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Making header clickable’ is closed to new replies.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [wildbug](https://wordpress.org/support/users/wildbug/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/making-header-clickable-1/#post-1475244)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
