would need a link to a live example on your site please
add this to the custom css area of your theme
#sidebar .bbp-login-form label {
width: 200px !important ;
}
great – glad you are fixed !
Actually — when I tried this on the live site it didn’t work. Any suggestions: https://twinflamesuniverse.com/forum/
Wasn’t saving properly on the live site at first but got it sorted out. Thanks again!
Sorry, this thing is finicky — now it’s causing the register and lost password to be spaced weird on desktop:
Forum
Solved this with:
.fusion-content-widget-area .button {
margin-left: 0px;
}
body .fusion-content-widget-area .button {
margin-left: 0px;
}