Dear @jonroot,
Thank you for the topic.
As to the first point, we have checked and noticed that you have set a greater value for the Height option for the mobile version, that is why the Close button was not being displayed for you.
By the way, I have passed your case to our Development Team and, though generally, we don’t provide this kind of support, they have created a new CSS code special for you to achieve your desired result (both for the first and the second points).
Please take these Custom CSS codes and insert them into the Popups > particular popup > Styles tab > Custom CSS option.
.ays_minimal_window.ays-pb-modal_1 .ays_content_box > p{
margin 0 !important;
}
.ays-pb-modals.av_pop_modals_1 > .ays_minimal_window.ays-pb-modal_1 .ays_minimal_main{
padding: 0 !important;
overflow: unset !important;
}
.ays-pb-modals.av_pop_modals_1 > .ays_minimal_window.ays-pb-modal_1 .ays_content_box{
overflow: unset !important;
}
@media only screen and (max-width: 600px) {
.ays_minimal_window.ays-pb-modal_1{
height: 650px !important;
}
}
Please check this and let us know in case of any further questions.
Thank you.