I'd like to change the lightbox top. But the #modalContent element's style is inline. How can I theme the box position? Thanks.

Comments

xamount’s picture

Status: Active » Fixed

You can use jQuery...something like this:


$('.ctools-use-modal').click(function() {

  $('#modalContent').css('position', 'fixed');

});

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Manjit.Singh’s picture

Status: Closed (fixed) » Needs review

Is this the only solution ?