Viewing 1 replies (of 1 total)
  • Thread Starter whiteorb

    (@whiteorb)

    I resolved this with

    $('#modal').click(function (e) {
    		$('#modal-content').modal({
    			overlayClose:true,
    			position: ['15%', null],
    			});
    		return false;
    	});
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: SimpleModal Login] Use the modal aspect of simple modal for other things.’ is closed to new replies.