Solved
Can I change the modal pop up location by css
I want to check if the modal popup location, that is center of the screen can be changed by any means?
I want to check if the modal popup location, that is center of the screen can be changed by any means?
We do this using custom CSS on mashup level where navigation function is used.
Steps to reproduce:

.mashup-popup[id$='-2_navigationfunction-54-popup'] {
left: 6px !important;
top: 106px !important;
position: absolute !important;
}
.mashup-popup[id$='-2_navigationfunction-54-popup'] .widget-bounding-box[id$='-2_navigationfunction-54-popup-bounding-box'] {
width: auto !important;
height: auto !important;
position: absolute !important;
}
.mashup-popup-overlay {
opacity: 0.25 !important;
}
Hope this helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.