Title: not responsive on mobile
Last modified: August 21, 2016

---

# not responsive on mobile

 *  [lew1s](https://wordpress.org/support/users/lew1s/)
 * (@lew1s)
 * [12 years ago](https://wordpress.org/support/topic/not-responsive-on-mobile/)
 * hi,its not responsive on mobile devices. Do I need to turn on something ?
 * [https://wordpress.org/plugins/itro-popup/](https://wordpress.org/plugins/itro-popup/)

Viewing 1 replies (of 1 total)

 *  [moony412](https://wordpress.org/support/users/moony412/)
 * (@moony412)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/not-responsive-on-mobile/#post-5045869)
 * You can fix this easily.
 * Set the width to be a percentage (eg 70%) and then edit the following file in
   the plugins folder:
 * /css/itro-style-functions.php
 * About half way down under the #itro_popup class you need to add a “max-width”
   tag. Here is my code. Not the last line, this is the one you will need to add,
   the other code is just to help you find where it is.
 *     ```
       width: <?php if( itro_get_option('select_popup_width') == 'px') { echo itro_get_option('px_popup_width') . 'px'; }
       	if( itro_get_option('select_popup_width') == 'perc') { echo itro_get_option('perc_popup_width') . '%'; }?>;
       	max-width: 500px;
       ```
   
 * Now just change the value of the max-width until you’re happy with how it looks.

Viewing 1 replies (of 1 total)

The topic ‘not responsive on mobile’ is closed to new replies.

 * ![](https://ps.w.org/itro-popup/assets/icon-256x256.png?rev=2875939)
 * [ITRO Popup Plugin](https://wordpress.org/plugins/itro-popup/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/itro-popup/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/itro-popup/)
 * [Active Topics](https://wordpress.org/support/plugin/itro-popup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/itro-popup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/itro-popup/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [moony412](https://wordpress.org/support/users/moony412/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/not-responsive-on-mobile/#post-5045869)
 * Status: not resolved