Title: Styling help
Last modified: May 31, 2017

---

# Styling help

 *  Resolved [endlessoceans](https://wordpress.org/support/users/endlessoceans/)
 * (@endlessoceans)
 * [9 years ago](https://wordpress.org/support/topic/styling-help-4/)
 * Hi there,
 * I’m just trying to add some final touches to our site and need to know the following
   on the topic page:
 * – Is there anyway to right align both the “create new topic” and “subscribe” 
   button to the right
    – How can I remove the rounded buttons and just have standard
   square buttons – Submit button – is there a way to increase the text padding 
   to make it more obvious? (eg, like the search button settings) – Is there a way
   to remove the rounded edges in the header bars?
 * Here’s a link to the page [https://endlessoceans.com.au/forums/forum/general/introduce-yourself/](https://endlessoceans.com.au/forums/forum/general/introduce-yourself/)
 * Thank you

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

 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years ago](https://wordpress.org/support/topic/styling-help-4/#post-9186193)
 * link doesn’t go to a page.
 * but
 * >  Is there a way to remove the rounded edges in the header bars?
 * either that is in your theme or you have turned on no. 8 in the forum display
   tab
 * > How can I remove the rounded buttons and just have standard square buttons
 * put this in the custom css tab
 *     ```
       .bsp_button1
       		{  
       			-webkit-border-radius: 0;
       			-moz-border-radius: 0;
       			border-radius: 0px;
       		}
       ```
   
 * > – Submit button – is there a way to increase the text padding to make it more
   > obvious? (eg, like the search button settings)
 * try this in the custom css tab
 *     ```
       .submit {
         padding: 10px;
       }
       ```
   
 *  Thread Starter [endlessoceans](https://wordpress.org/support/users/endlessoceans/)
 * (@endlessoceans)
 * [9 years ago](https://wordpress.org/support/topic/styling-help-4/#post-9189461)
 * Great – thanks for the help:)

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

The topic ‘Styling help’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [endlessoceans](https://wordpress.org/support/users/endlessoceans/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/styling-help-4/#post-9189461)
 * Status: resolved