Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    I will look into adding this a feature in the next update. Currently you could try adding something like this to your themes css

    .modal {
    top:50%!important;
    margin-top:-{INSERT MODAL HEIGHT HERE};
    height:{INSERT MODAL HEIGHT HERE};
    }

    This should give you an idea. You could also simply adjust the top:100px parameter to suit your needs.

Viewing 1 replies (of 1 total)
  • The topic ‘Modal Window Position’ is closed to new replies.