• Hi,
    I ABSOLUTELY LOVE this plug in. Its so sexy and simple, and Works like a charm. More than I could have asked for!

    On mobile,
    When install the pop pop widget, it makes mobile sizing quirky. It makes about an extra 300 pixels of white space on the right side of my theme. II have to scroll to the right quite a ways to close the box.
    Any suggestions?
    Thanks for this amazing plugin!!!

    http://wordpress.org/extend/plugins/poppop/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tfc

    (@tfc)

    Also, onMobile, when I try to scroll down to see the rest of my pop up, it just scrolls the background and keeps the pop up box where it is not allowing me the see the rest of the content in it.

    Thread Starter tfc

    (@tfc)

    For anyone who had concerns with this, I wrote custom styling for this:

    /*For Mobile Pop Up Modals*/
    @media (max-width: 768px) {

    .reveal-modal{
    width:200px;
    position:absolute;
    top:22px;
    margin-left:-130px;
    }
    }

    tfc – just discovered PopPop Modal and love your css advice!

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘POP POP Sizing on mobile’ is closed to new replies.