Viewing 4 replies - 1 through 4 (of 4 total)
  • also I have the same problem, and I have not found a solution

    when I click on the image, but it grows behind the header.

    Thank you in advance for advice

    Eric

    I have this same issue too on http://mcallister.co

    It looks like drfolittle76 resolved the issue. Any recommendations?

    Thread Starter drdolittle76

    (@drdolittle76)

    Hi

    I can’t remember fixing it as was messing around so much with the style.css in editor.

    I would try this as a first stop. In dashboard, go to Appearance -> Editor -> click on edit (style.css) on the right and change the z-index from 9999 to 9. See if that works.

    /* =Header
    ----------------------------------------------- */
    
    #branding {
    	border-top: 2px solid #bbb;
    	padding-bottom: 10px;
    	position: relative;
    	z-index: 9;
    }

    Thanks

    Drdolittle76

    Hi,

    I changed the z-index to 9 but you can put a 1000 in the css theme.

    in fact the jquery-fancybox is default to 1104 z-index.

    actually my mistake is having to change the jquery-fancybox.css rather than the header of the theme!

    it works for me

    thank you for your response dcdolittle

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Conflict with custom image header Twenty Eleven in view’ is closed to new replies.