• 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, https://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)
  • 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

    (@john_e_peck)

    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.