• Resolved waymanb

    (@waymanb)


    Hello, loving the plugin, however, once a thumbnail is clicked and the image opens up larger is there a way I can have that larger image position itself in the centre of the screen? It currently seems to be at the top of the screen which means some of the image is obscured by my menu bar.

    Thanks again,

    Ben.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Diego

    (@greentreelabs)

    You can add the following code to the Custom CSS box:

    .lightboxOverlay { z-index: 99999; }
    .lightbox { z-index: 100001; }

    Cheers,
    Diego

    Thread Starter waymanb

    (@waymanb)

    Thanks Diego, I’ve tried that just now but nothing happens.

    Any other ideas?

    Cheers,

    Ben.

    Diego

    (@greentreelabs)

    Sorry,

    I forgot the !important clause:

    .lightboxOverlay { z-index: 99999 !important; }
    .lightbox { z-index: 100001 !important; }
    Thread Starter waymanb

    (@waymanb)

    Success! Thank you so much. Looks great now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Position of image’ is closed to new replies.