Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter JakeBloomfield

    (@jakebloomfield)

    Hi All,

    Can anyone shed any light on this?

    Cheers,
    Jake

    Thread Starter JakeBloomfield

    (@jakebloomfield)

    Hi All,

    Managed to fix it with some help from another forum (kudos to the guy who helped).

    I have to change the z-index style for the #branding CSS rule.

    From this:

    #branding {
    	padding-bottom: 10px;
    	position: relative;
    	z-index: 9999;
    	background: transparent
    }

    To This:

    #branding {
    	padding-bottom: 10px;
    	position: relative;
    	z-index: 1
    	background: transparent;
    }

    Now works like a charm

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lightbox being clipped off by other page elements’ is closed to new replies.