Buddypress.org/support reply button issue
-
I see a half of REPLY button on buddypress.org/support site in Mozilla Firefox, maybe adding margin-right:20px will help
in http://buddypress.org/wp-content/plugins/bbpress/templates/default/css/bbpress.css?
line 416
span.bbp-admin-links a {
color: #BBBBBB;
font-size: 10px;
font-weight: normal;
margin-right: 20px; //add margin to see REPLY button
text-decoration: none;
text-transform: uppercase;
}
- The topic ‘Buddypress.org/support reply button issue’ is closed to new replies.