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

    (@danieliser)

    You are using bootstrap and it applies a -250px margin to the modal. Try this in your themes stylesheet

    .modal { margin-top:0!important; }

    Thread Starter chrisproctoroo

    (@chrisproctoroo)

    Thank you for the fast response. That seemed to fix that problem. Is there a way to center the modal on the page? Also is it possible to have the text scroll within the modal rather than the whole page scroll?

    Thanks

    CP

    Plugin Author Daniel Iser

    (@danieliser)

    I have added auto recentering as features marked for v1.3.

    As for the scolling you can create a <div> with a unique class and then in your css do something like

    .scrolling-div {
    overflow:scroll;
    height:300px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Window Position’ is closed to new replies.