Title: Page responsive
Last modified: May 11, 2023

---

# Page responsive

 *  [bubumick69](https://wordpress.org/support/users/bubumick69/)
 * (@bubumick69)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/page-responsive/)
 * Bonjour,
 * Tout d’abord, merci pour le partage de votre travail.
 * Pouvez-vous m’indiquer comment rendre la page WP Maintenance responsive svp ?
 * Cordialement.

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

 *  [konehead](https://wordpress.org/support/users/konehead/)
 * (@konehead)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/page-responsive/#post-16993675)
 * Thank you for developing this very useful plugin!
   However, is the page generated
   by the WP Maintenance plugin responsive?
 * I may be missing something, but the the page I created using the plugin does 
   not appear to be responsive.
 * Thanks in advance!
 *  [konehead](https://wordpress.org/support/users/konehead/)
 * (@konehead)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/page-responsive/#post-17055021)
 * Hello!
   Thank you for developing a really useful plugin. However, images are not
   responsive.
 * I think, I have discovered why the maintenance page created by the WP Maintenance
   Plugin does not allot for a responsive image when using an image different than
   the default image of stacked construction cones.
 * In the CSS of the settings for WP Maintenance plugin, I first thought it would
   be possible just edit the “logo” selector to this :
 *     ```wp-block-code
       logo {text-align: center; max-width: 100%; height: auto;}
       ```
   
 * But to no avail, even after adding the !important declaration.
 * Then I tried:
 *     ```wp-block-code
       element.style {
       max-width: 100% !important;
       height: auto !important;
       }
       ```
   
 * and
 *     ```wp-block-code
       #element.style[style] {
           max-width: 100% !important;
           height: auto !important;
       }
       ```
   
 * and
 *     ```wp-block-code
       #wpm-image[style] {
           max-width: 100% !important;
           height: auto !important;
       }
       ```
   
 * But none of these worked.
 * Upon a closer look at the html I found that there is !important declarations 
   that have been added to the inline css style of  where :
 *     ```wp-block-code
       style="width:720px!important;height:542px!important;"
       ```
   
 * See full element below:
 *     ```wp-block-code
       <img id="wpm-image" src="https://mywebsite.com/typographic/wp-content/uploads/2022/05/font-shop-ruler_design.jpg" width="720px" height="542px" alt="Typographic Imagery Cool Stuff about Typography!" title="Typographic Imagery Cool Stuff about Typography!" style="width:720px!important;height:542px!important;" data-mwl-img-id="116">
       ```
   
 * My understanding is that it’s not possible using CSS to override inline CSS if
   it has !important. Correct?
 * So, can you please remove !important on the inline style for images?
   Also can
   you add the option of changing image sizes to percentages instead of pixels?
 * If these capabilities were added, IMO, it would truly be a fantastic plugin!
   
   Thanks again.
 *  Plugin Author [Florent Maillefaud](https://wordpress.org/support/users/florent73/)
 * (@florent73)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/page-responsive/#post-17323975)
 * Hi!
 * I have fixed this in my GiotHub version : [https://github.com/restezconnectes/wp-maintenance](https://github.com/restezconnectes/wp-maintenance)
 * It’s OK for you?
 * Thanks

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

The topic ‘Page responsive’ is closed to new replies.

 * ![](https://ps.w.org/wp-maintenance/assets/icon-256x256.png?rev=2194706)
 * [WP Maintenance](https://wordpress.org/plugins/wp-maintenance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-maintenance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-maintenance/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-maintenance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-maintenance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-maintenance/reviews/)

## Tags

 * [!important](https://wordpress.org/support/topic-tag/important/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [element](https://wordpress.org/support/topic-tag/element/)
 * [html](https://wordpress.org/support/topic-tag/html/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 3 replies
 * 3 participants
 * Last reply from: [Florent Maillefaud](https://wordpress.org/support/users/florent73/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/page-responsive/#post-17323975)
 * Status: not resolved