Title: Button Issue
Last modified: August 31, 2016

---

# Button Issue

 *  Resolved [umeriku](https://wordpress.org/support/users/umeriku/)
 * (@umeriku)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/button-issue-3/)
 * Hey i would just like to know what part of the code do i need to edit to make
   the words in the button to be centered like this screenshot [https://ps.w.org/asgaros-forum/assets/screenshot-3.png?rev=1331751](https://ps.w.org/asgaros-forum/assets/screenshot-3.png?rev=1331751)
 * This is the button in my forums, its not centered
 * > [View post on imgur.com](https://imgur.com/7sH9vee)
 * Thanks.
 * [https://wordpress.org/plugins/asgaros-forum/](https://wordpress.org/plugins/asgaros-forum/)

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

 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/button-issue-3/#post-7134003)
 * It seems that the buttons CSS got changed by some other CSS definition. Do you
   have a link to your forum or can you tell me the name of your theme so I can 
   check this?
 *  Thread Starter [umeriku](https://wordpress.org/support/users/umeriku/)
 * (@umeriku)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/button-issue-3/#post-7134006)
 * [https://trollsyndicate.ga](https://trollsyndicate.ga)
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/button-issue-3/#post-7134022)
 * Can you create me a test-account and send me a password to developer (at) thomasbelser.
   net? I forgot that I only can see the buttons when I am a loggedin user.
 *  Thread Starter [umeriku](https://wordpress.org/support/users/umeriku/)
 * (@umeriku)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/button-issue-3/#post-7134027)
 * done
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/button-issue-3/#post-7134031)
 * Great. You can delete the account.
 * I fixed this in the dev-version. You can do the following to fix it now because
   I dont know yet when I will release the next version.
 * In _asgaros-forum/skin/style.css_
 * Find the following code:
 *     ```
       #af-wrapper [class^="icon-"],
       #af-wrapper [class*=" icon-"] {
           /* use !important to prevent issues with browser extensions that change fonts */
       	font-family: 'icomoon' !important;
       	speak: none;
       	font-style: normal;
       	font-weight: normal;
       	font-variant: normal;
       	text-transform: none;
       	line-height: 1;
       	/* Better Font Rendering =========== */
       	-webkit-font-smoothing: antialiased;
       	-moz-osx-font-smoothing: grayscale;
           padding-right: 5px;
           font-size: 1.2em;
           vertical-align: text-top;
           border-radius: inherit; /* comp */
           background: none; /* comp */
           color: inherit; /* comp */
       }
       ```
   
 * Replace it with:
 *     ```
       #af-wrapper [class^="icon-"],
       #af-wrapper [class*=" icon-"] {
           /* use !important to prevent issues with browser extensions that change fonts */
       	font-family: 'icomoon' !important;
       	speak: none;
       	font-style: normal;
       	font-weight: normal;
       	font-variant: normal;
       	text-transform: none;
       	line-height: 1;
       	/* Better Font Rendering =========== */
       	-webkit-font-smoothing: antialiased;
       	-moz-osx-font-smoothing: grayscale;
           padding-right: 5px;
           font-size: 1.2em;
           vertical-align: text-top;
           border-radius: inherit; /* comp */
           background: none; /* comp */
           color: inherit; /* comp */
           display: inline; /* comp */
           position: initial; /* comp */
       }
       ```
   
 *  Thread Starter [umeriku](https://wordpress.org/support/users/umeriku/)
 * (@umeriku)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/button-issue-3/#post-7134034)
 * Thank you for this fix, will mark this as resolved.

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

The topic ‘Button Issue’ is closed to new replies.

 * ![](https://ps.w.org/asgaros-forum/assets/icon-128x128.png?rev=1546717)
 * [Asgaros Forum](https://wordpress.org/plugins/asgaros-forum/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/asgaros-forum/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/asgaros-forum/)
 * [Active Topics](https://wordpress.org/support/plugin/asgaros-forum/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/asgaros-forum/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/asgaros-forum/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [umeriku](https://wordpress.org/support/users/umeriku/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/button-issue-3/#post-7134034)
 * Status: resolved