Title: When will be Responsive?
Last modified: August 21, 2016

---

# When will be Responsive?

 *  Resolved [General Seed](https://wordpress.org/support/users/autocultivo/)
 * (@autocultivo)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/when-will-be-responsive/)
 * Thanks for the plugin, when will be it Responsive.
 * Regards
 * [http://wordpress.org/plugins/wp-super-popup/](http://wordpress.org/plugins/wp-super-popup/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Mark](https://wordpress.org/support/users/markob17/)
 * (@markob17)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/when-will-be-responsive/#post-4283500)
 * I got tired of waiting for the plugin author to reply to your question and didn’t
   want to invest in another plugin so I was able to get it to be responsive to 
   a point (it’s not perfectly centered) by messing with css media queries. I’m 
   no expert but it does work. I tested it on my own website (with a responsive 
   theme) and I made sure it works on the iPhone 3,4 & 5 and Android S4 Galaxy. 
   Here you go if interested. Simply add the below code to your custom.css or other
   stylesheet. Good luck, let me know if this works. If you need help tweaking it
   let me know and I can help or if you figure out how to get it centered please
   let me know.
 * [@media](https://wordpress.org/support/users/media/) only screen and (max-width:
   360px) {
    #cboxWrapper, #colorbox {
 * -webkit-transform: scale(.83);
    -moz-transform: scale(.83); -ms-transform: scale(.
   83); -o-transform: scale(.83); transform: scale(.83); margin-left: -39px; }}
 * [@media](https://wordpress.org/support/users/media/) only screen and (max-height:
   360px) {
    #cboxWrapper, #colorbox {
 * -webkit-transform: scale(.83);
    -moz-transform: scale(.83); -ms-transform: scale(.
   83); -o-transform: scale(.83); transform: scale(.83); margin-top: -32px; }}
 *  Thread Starter [General Seed](https://wordpress.org/support/users/autocultivo/)
 * (@autocultivo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/when-will-be-responsive/#post-4283501)
 * Thanks markob17, now i don,t use this plugin.
 * I keep your instructions for the future.
 * Sorry for my english, is basic
 * Thanks for your help, better support than the autor : )

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘When will be Responsive?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-super-popup.svg)
 * [WP Super Popup](https://wordpress.org/plugins/wp-super-popup/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-super-popup/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-super-popup/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-super-popup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-super-popup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-super-popup/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [General Seed](https://wordpress.org/support/users/autocultivo/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/when-will-be-responsive/#post-4283501)
 * Status: resolved