Position of Image When opening in Lightbox need some CSS help please

This topic contains 3 replies, has 2 voices, and was last updated by  getawaydigital 9 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #37796

    getawaydigital
    Full Member
    Post count: 211

    Hi

    When i click an image in the image tab of an entry to open it in a lightbox it is partially covered by the header of the site. I have been trying to find the CSS to fix this but am getting nowhere could somebody help me out please?

    http://www.love-weymouth.co.uk/events/weymouth/theatre-and-arts/pirates-of-the-pavilion/

    Many thanks , Andy

    #37836

    Paolo
    Site Admin
    Post count: 31206

    That header as an unlikely high z-index value…

    Try adding this to your css:

    
    
    div#jquery-overlay {
        z-index: 111111;
    }
    div#jquery-lightbox {
        z-index: 222222;
    }
    
    #lightbox-nav {
        z-index: 222222;
    }

    This should do it…

    Let us know,

    Thx

    #37864

    getawaydigital
    Full Member
    Post count: 211

    Thanks Paolo will give this a try

    #37871

    getawaydigital
    Full Member
    Post count: 211

    Just what I needed worked a treat, thanks

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket