Title: Customizing forum rules
Last modified: October 20, 2019

---

# Customizing forum rules

 *  Resolved [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/customizing-forum-rules/)
 * How can I:
 * – Add spacing between the bottom of the forum rules and the phrase “Topic Title”?
   –
   How can I add rounded corners to the forum rules? – How can I add padding around
   the text?
 * I
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustomizing-forum-rules%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/customizing-forum-rules/#post-12047683)
 * the css class is
 * bsp-topic-rules
 *  Thread Starter [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/customizing-forum-rules/#post-12047738)
 * Thank you. I have added this custom CSS code in your plugin:
 *     ```
       .bsp-topic-rules {
         padding: 10px;
         margin-bottom: 20px;
       } 
       ```
   
 * Is it better to use `em` or `px` values here?
 * Also, I don’t know how to apply the rounded corners. Could this be an option 
   like you have elsewhere in the plugin settings?
 *  Thread Starter [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/customizing-forum-rules/#post-12047884)
 * Sorted it:
 *     ```
       #bbpress-forums .bsp-topic-rules {
       	padding: 10px;
       	margin-bottom: 20px;
       	border-radius: 8px;
       }
       ```
   

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

The topic ‘Customizing forum rules’ is closed to new replies.

 * ![](https://ps.w.org/bbp-style-pack/assets/icon-256x256.jpg?rev=2706563)
 * [bbp style pack](https://wordpress.org/plugins/bbp-style-pack/)
 * [Support Threads](https://wordpress.org/support/plugin/bbp-style-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/bbp-style-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbp-style-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbp-style-pack/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [forum rules](https://wordpress.org/support/topic-tag/forum-rules/)

 * 3 replies
 * 2 participants
 * Last reply from: [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/customizing-forum-rules/#post-12047884)
 * Status: resolved