Title: Comment button
Last modified: August 30, 2016

---

# Comment button

 *  Resolved [fernandafms](https://wordpress.org/support/users/fernandafms/)
 * (@fernandafms)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/comment-button-2/)
 * Hello!
    The responsive layout is not showing the submit comment button. Can anybody
   help? [http://www.eaivaidosa.com](http://www.eaivaidosa.com) Thank you!

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/comment-button-2/#post-6736105)
 * Hey fernandafms,
 * How are you doing today?
 * There is CSS hiding that button on small resolutions. You can override that with
   some custom CSS.
 * To do that please try adding the following CSS code in the style.css file of 
   your [child theme](http://codex.wordpress.org/Child_Themes) or if your theme 
   doesn’t have custom CSS tab add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       @media (max-width: 25rem) {
       .form-submit input#submit {
           display: block;
       }
       }
       ```
   
 * If the code doesn’t work please keep it added and let me know so I can take a
   look.
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [fernandafms](https://wordpress.org/support/users/fernandafms/)
 * (@fernandafms)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/comment-button-2/#post-6736235)
 * Hi bojan!
    It works!!!! Thank you very very very much!!!!! =D
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/comment-button-2/#post-6736245)
 * Glad I could help 🙂
 * Cheers,
    Bojan

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

The topic ‘Comment button’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/powen-lite/1.9.7/screenshot.png)
 * Powen Lite
 * [Support Threads](https://wordpress.org/support/theme/powen-lite/)
 * [Active Topics](https://wordpress.org/support/theme/powen-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/powen-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/powen-lite/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [comment](https://wordpress.org/support/topic-tag/comment/)

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/comment-button-2/#post-6736245)
 * Status: resolved