Title: TAB causing problem with links
Last modified: September 1, 2016

---

# TAB causing problem with links

 *  [john_e_peck](https://wordpress.org/support/users/john_e_peck/)
 * (@john_e_peck)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/tab-causing-problem-with-links/)
 * HI I am using Organic Response Child Theme. I own a small business and am tragically
   underqualified to be the web admin but here i am. I have a problem that i believe
   is caused by the TAB code. Any photos or links that are directly to the left 
   of the tab section cannot be clicked on to enlarge the photo or go to the link.
   Anything below and left of the tab section works fine. Here is an example, [http://firebrandmotorcycle.com/softail-aftermarket-mufflers/softail-upstarts-chrome/](http://firebrandmotorcycle.com/softail-aftermarket-mufflers/softail-upstarts-chrome/)
   You should be able to enlarge the main photo but you cant. The smaller photos
   can be clicked on since they are under the bottom of the tab section (if you 
   have a large screen you need to shrink the dimension to get the effect). It looks
   like somehow the TAB is interfering with the Ohe_half coding or something. I 
   know this is a long and confusing explanation but i dont know a better way to
   describe it. Any thoughts?

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

 *  [klaudiom](https://wordpress.org/support/users/klaudiom/)
 * (@klaudiom)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/tab-causing-problem-with-links/#post-7512604)
 * Hi, yes you are right.
 * This is a css bug. The tab is actually overlaying the left column so you can’t
   click it.
 * You would need to add a small css property to your css file. I don’t know your
   level of CSS knowledge but here is what you need to do.
 * 1. Log in to your dashboard.
    2. Go to Appearance > Editor 3. On your stylesheet(
   style.css) scroll to the bottom of the page and copy paste this code.
 *     ```
       .organic-column {
           position: relative;
           z-index: 2;
       }
       ```
   
 * Another way is to go to your theme settings and look for custom CSS field and
   paste this. One way or another.
 *  Thread Starter [john_e_peck](https://wordpress.org/support/users/john_e_peck/)
 * (@john_e_peck)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/tab-causing-problem-with-links/#post-7512632)
 * Worked great, thank you!

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

The topic ‘TAB causing problem with links’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [john_e_peck](https://wordpress.org/support/users/john_e_peck/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/tab-causing-problem-with-links/#post-7512632)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
