• Ncastro340

    (@ncastro340)


    I am using a twentyten child theme I created, and for some reason the links on my left sidebar are visible but they cannot be clicked. When hovering over them the browser does not recognize them as links.
    They appear but I can’t click on anything, anyone know why this could be..?

    My site is here

    I’m not sure where the conflict is coming from, any help on this one would be greatly appreciated!

    thanks in advance.

Viewing 1 replies (of 1 total)
  • Michael

    (@alchymyth)

    the left sidebar is ‘covered’ with a layer of the div #container;

    try to add this to the style of your child theme:

    #secondary{position:relative;z-index:10;}

    that should ‘lift’ the left sidebar and make it clickable

    (only checked in firefox on the front page; not tested for side effects on other pages or browsers)

Viewing 1 replies (of 1 total)
  • The topic ‘Twentyten child left sidebar elements non-clickable’ is closed to new replies.