Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    It affects me as well, with wide browser window the popup is misplaced right and narrowed as shown on wide screenshoot

    and with pretty narrow screen it is only lowered as shown on narrow screenshoot

    The code to create the list was [meet-my-team show_groups=”TeamMember_Current” disable_modal_centering=’true’], I’ve tried [meet-my-team show_groups=”TeamMember_Current”] with the same result

    Best Regards

    I don’t know if that will help you as you wish, but i found some sort of a solution. It will fix your pop up window exactly on the screen. Insert this code into your \public\assets\css\public.min.css.

    .mmt_container .reveal-modal{
    position:fixed !important;
    top: 15% !important;
    }

    Thread Starter crusin316

    (@crusin316)

    hey thanks…that solved the issue of allignment but there is one minor issue the pop has long text so the box doesnt scroll.

    I found one more way to fix allignment problem on other topic http://wordpress.org/support/topic/modal-horizontal-alignment?replies=3, but there is also some issues that i didn’t solve yet (hope will work for you) . Add to \public\assets\js\public.min.js instead of n=e(window).width(); -> n=e(".mmt_container").width();. That should fix horizontal allignment problem. If there is a need you can add to \public\assets\css\public.min.css file this code:

    .mmt_container .reveal-modal{
    margin-top:-10%;  /*for example*/
    }

    It should change your vertical allignment.
    PS. don’t forget to remove previous code that i suggested you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pop up misalligned’ is closed to new replies.