Title: Subscribe module looking weird.
Last modified: September 8, 2017

---

# Subscribe module looking weird.

 *  Resolved [balltongue](https://wordpress.org/support/users/balltongue/)
 * (@balltongue)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/subscribe-module-looking-weird/)
 * The box in the subscribe module looks really weird, can’t figure out why…
 * > [View post on imgur.com](https://imgur.com/Ka5b0Ab)

Viewing 1 replies (of 1 total)

 *  [George J](https://wordpress.org/support/users/georgejipa/)
 * (@georgejipa)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/subscribe-module-looking-weird/#post-9480314)
 * Hello [@balltongue](https://wordpress.org/support/users/balltongue/),
 * It looks like a CSS problem because the translation of the “subscribe” button
   is a little bit longer. You should try to decrease `padding-left` and `padding-
   right` values of that submit button.
 * How to add custom CSS:
 *     ```
       // place it in functions.php of your active theme
       add_action('wpmm_head', 'wpmm_custom_css');
   
       function wpmm_custom_css(){
        // the css you need 
        echo '<style>
              .wrap form.subscribe_form input[type="submit"] { padding-left: 29px !important; padding-right: 29px !important; }
              </style>';
       }
       ```
   
 * Thanks.
    -  This reply was modified 8 years, 9 months ago by [George J](https://wordpress.org/support/users/georgejipa/).
    -  This reply was modified 8 years, 9 months ago by [George J](https://wordpress.org/support/users/georgejipa/).

Viewing 1 replies (of 1 total)

The topic ‘Subscribe module looking weird.’ is closed to new replies.

 * ![](https://ps.w.org/wp-maintenance-mode/assets/icon-256x256.gif?rev=3027645)
 * [LightStart - Maintenance Mode, Coming Soon and Landing Page Builder](https://wordpress.org/plugins/wp-maintenance-mode/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-maintenance-mode/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-maintenance-mode/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-maintenance-mode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-maintenance-mode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-maintenance-mode/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [George J](https://wordpress.org/support/users/georgejipa/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/subscribe-module-looking-weird/#post-9480314)
 * Status: resolved