Title: Logo not fully clickable?
Last modified: August 21, 2016

---

# Logo not fully clickable?

 *  Resolved [Jakeeck](https://wordpress.org/support/users/jakeeck/)
 * (@jakeeck)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/logo-not-fully-clickable/)
 * Hey guys just wondering why my logo isn’t fully clickable..
 * [http://caffeinecamel.com](http://caffeinecamel.com)
 * It seems to be just the neck of the camel that you can’t click.. anyone know 
   why?
 * Thanks in advance

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 11 months ago](https://wordpress.org/support/topic/logo-not-fully-clickable/#post-3996611)
 * Probably because of the styles applied to this;
 *     ```
       .site-header .widget-area.six.columns
       ```
   
 *  Thread Starter [Jakeeck](https://wordpress.org/support/users/jakeeck/)
 * (@jakeeck)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/logo-not-fully-clickable/#post-3996618)
 * I see, is there any way to make that whole element box clickable?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 11 months ago](https://wordpress.org/support/topic/logo-not-fully-clickable/#post-3996620)
 * Remove your negative left margin in this:
 *     ```
       .site-header .widget-area.six.columns
       ```
   
 *  Thread Starter [Jakeeck](https://wordpress.org/support/users/jakeeck/)
 * (@jakeeck)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/logo-not-fully-clickable/#post-3996624)
 * Just did, no difference, it’s weird that it’s just the neck area and down that
   you can’t click.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/logo-not-fully-clickable/#post-3996628)
 * the style in question seems to be from the theme’s custom css (?) as it is embedded
   in the head section:
 *     ```
       .site-header .widget-area.six.columns {
       width: 88%;
       float: left;
       margin-left: -3%;
       margin-top: -.5%;
       }
       ```
   
 * try to reduce the negative left margin and the width of the element by the same
   amount.
 * ideally, get familiar with one of the browser inspection tools, for instance 
   Firefox’ Firebug or whatever is suitable for your browser.
 *  Thread Starter [Jakeeck](https://wordpress.org/support/users/jakeeck/)
 * (@jakeeck)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/logo-not-fully-clickable/#post-3996631)
 * Figured it out, just added z-index’s
 * Thanks

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

The topic ‘Logo not fully clickable?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [Jakeeck](https://wordpress.org/support/users/jakeeck/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/logo-not-fully-clickable/#post-3996631)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
