Title: Subscribe inline button not showing
Last modified: February 17, 2024

---

# Subscribe inline button not showing

 *  Resolved [ermel1881](https://wordpress.org/support/users/ermel1881/)
 * (@ermel1881)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/subscribe-inline-button-not-showing/)
 * hi!,
 * i am trying to edit out mailpoet susbcribe button 
   [https://ibb.co/mJnskdC](https://ibb.co/mJnskdC)
 * `/* form */ .mailpoet_form { } /* columns */ .mailpoet_column_with_background{
   padding: 10px; } /* space between columns */ .mailpoet_form_column:not(:first-
   child) { margin-left: 20px; } /* input wrapper (label + input) */ .mailpoet_paragraph{
   line-height: 20px; margin-bottom: 20px; } /* labels */ .mailpoet_segment_label,.
   mailpoet_text_label, .mailpoet_textarea_label, .mailpoet_select_label, .mailpoet_radio_label,.
   mailpoet_checkbox_label, .mailpoet_list_label, .mailpoet_date_label { display:
   block; font-weight: normal; } /* inputs */ .mailpoet_text, .mailpoet_textarea,.
   mailpoet_select, .mailpoet_date_month, .mailpoet_date_day, .mailpoet_date_year,.
   mailpoet_date { display: block; } .mailpoet_text, .mailpoet_textarea { width:
   200px; } .mailpoet_checkbox { } /* Style the submit button */ .mailpoet_submit{
   padding: 10px 20px; background-color: dodgerblue; border: 1px solid #ddd; color:
   white; } /* Added styles for inline subscribe button */ .mailpoet_submit.inline{
   display: inline-block; margin-left: 10px; } .mailpoet_submit.inline:hover { background-
   color: #2980b9; /* Adjust hover color as needed */ } .mailpoet_divider { } .mailpoet_message{}.
   mailpoet_form_loading { width: 30px; text-align: center; line-height: normal;}.
   mailpoet_form_loading > span { width: 5px; height: 5px; background-color: #5b5b5b;}`
 * this was the css code i was trying to edit but its not showing any changes i 
   am currently on  Mailpoet 4.43.1 & Pro version is  4.43.0.
 * Update: i resolved it by my own using the following code
 *     ```wp-block-code
       /* form */
       .mailpoet_form {
       display: flex;
       flex-wrap: wrap;
       }
   
       /* columns */
       .mailpoet_column_with_background {
       padding: 10px;
       }
   
       /* space between columns */
       .mailpoet_form_column:not(:first-child) {
       margin-left: 20px;
       }
   
       /* input wrapper (label + input) */
       .mailpoet_paragraph {
       line-height: 20px;
       margin-bottom: 20px;
       }
   
       /* labels */
       .mailpoet_segment_label,
       .mailpoet_text_label,
       .mailpoet_textarea_label,
       .mailpoet_select_label,
       .mailpoet_radio_label,
       .mailpoet_checkbox_label,
       .mailpoet_list_label,
       .mailpoet_date_label {
       display: block;
       font-weight: normal;
       }
   
       /* inputs */
       .mailpoet_text,
       .mailpoet_textarea,
       .mailpoet_select,
       .mailpoet_date_month,
       .mailpoet_date_day,
       .mailpoet_date_year,
       .mailpoet_date {
       display: block;
       width: 200px;
       }
   
       .mailpoet_checkbox {
       }
   
       /* Style the submit button / .mailpoet_submit { padding: 10px 20px; background-color: dodgerblue; border: 1px solid #ddd; color: white; margin-top: 20px; / Adjust as needed */
       }
   
       .mailpoet_submit {
       }
   
       .mailpoet_divider {
       }
   
       .mailpoet_message {
       }
   
       .mailpoet_form_loading {
       width: 30px;
       text-align: center;
       line-height: normal;
       }
   
       .mailpoet_form_loading > span {
       width: 5px;
       height: 5px;
       background-color: #5b5b5b;
       }
       ```
   
    -  This topic was modified 2 years, 3 months ago by [ermel1881](https://wordpress.org/support/users/ermel1881/).

Viewing 1 replies (of 1 total)

 *  Plugin Support [Dani F. a11n](https://wordpress.org/support/users/danielinhou/)
 * (@danielinhou)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/subscribe-inline-button-not-showing/#post-17452837)
 * Glad to hear you got it working the way you needed. Thanks for the update!

Viewing 1 replies (of 1 total)

The topic ‘Subscribe inline button not showing’ is closed to new replies.

 * ![](https://ps.w.org/mailpoet/assets/icon-256x256.png?rev=3284564)
 * [MailPoet - Newsletters, Email Marketing, and Automation](https://wordpress.org/plugins/mailpoet/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailpoet/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailpoet/)
 * [Active Topics](https://wordpress.org/support/plugin/mailpoet/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailpoet/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailpoet/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dani F. a11n](https://wordpress.org/support/users/danielinhou/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/subscribe-inline-button-not-showing/#post-17452837)
 * Status: resolved