CSS to reposition the CTA button on NPS-inapp:
Note: This CSS has to be applied on the customer's end and not on SurveySparrow platform
#ss_survey_widget{
position: absolute !important;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}
#ss_widget_frame{
position: absolute !important;
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
}
They can override the existing styles of the two div's with the above id's ss_survey_widget and ss_widget_frame