Not fully responsive
-
This isn’t a support request – it’s a suggestion. Great plugin BTW – thanks for sharing. I agree with the previous poster, the min-width setting is insufficient.
I added the following to my child theme to make popups responsive on all devices:
.abs-popup .modal-content { width: 90% !important; max-width: 400px !important; }
Also, the modal header adds a LOT of padding above the popup content. Not sure if this is a plugin issue or related to the parent theme, but this resolved the spacing issue:
.abs-popup .modal-header { padding-bottom: 0; }
pk
- The topic ‘Not fully responsive’ is closed to new replies.