Title: Clean theme
Last modified: May 18, 2020

---

# Clean theme

 *  Resolved [paul83nl](https://wordpress.org/support/users/paul83nl/)
 * (@paul83nl)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/clean-theme-20/)
 * Hi,
 * I use the clean theme for the helpful plugin and I really like it. What I don’t
   like is the reply buttons are placed vertically and I would like to see the buttons
   next to each other. Is this possible with a simple fix or CSS code?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fclean-theme-20%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Pixelbart](https://wordpress.org/support/users/pixelbart/)
 * (@pixelbart)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/clean-theme-20/#post-12850941)
 * [@paul83nl](https://wordpress.org/support/users/paul83nl/)
 * Hello Paul,
 * actually, the buttons are next to each other. Maybe your theme overwrites the
   design. But here is the CSS code that should solve your problem:
 *     ```
       .helpful-controls {
           display: flex;
       }
   
       .helpful-controls > div:first-child {
           margin-right: 10px;
       }
       ```
   
 *  Thread Starter [paul83nl](https://wordpress.org/support/users/paul83nl/)
 * (@paul83nl)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/clean-theme-20/#post-12852376)
 * Ah perfect! Thank you so much! 🙂
    Looks great now.
 *  Plugin Author [Pixelbart](https://wordpress.org/support/users/pixelbart/)
 * (@pixelbart)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/clean-theme-20/#post-12852798)
 * [@paul83nl](https://wordpress.org/support/users/paul83nl/)
 * I’m glad to hear it.
 * Then I wish you a lot of fun with your website!
 * Stay healthy!

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

The topic ‘Clean theme’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/helpful.svg)
 * [Helpful](https://wordpress.org/plugins/helpful/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/helpful/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/helpful/)
 * [Active Topics](https://wordpress.org/support/plugin/helpful/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/helpful/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/helpful/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Pixelbart](https://wordpress.org/support/users/pixelbart/)
 * Last activity: [5 years, 12 months ago](https://wordpress.org/support/topic/clean-theme-20/#post-12852798)
 * Status: resolved