link to any page with the widget so i could give you some CSS to use.
Hello Robkk,
thanks for your offer. You find the widget here: http://tradenavigator.ch/
I try to learn, but not yet familar with firebug and css
Thanks for you help!
Gerd
Hello Robkk,
Thanks for you hint. I analyze with firebug and expand this form Label in bbpress.css
.bbp-login-form label {
width: 235px;
display: inline-block;
}
Also Change text-align:
.bbp-submit-wrapper {
text-align: left;
}
But now I have other layout Problems. Can’t found how I Change this:
Can you please give me some CSS-Tips for this? I’m still learning. Thanks very much
Gerd
this will help put less of a margin after the captcha, if it doesnt work add !important at the end of the 0
.cptch_block {
direction: ltr;
margin-bottom: 0;
}
this is for space above the register link
a.bbp-register-link {
margin-top:15px;
}
and im not sure how this is going to do with the checkbox but try it.
.bbp-login-form label[for=rememberme] {
width: auto;
display: inline-block;
}
Hello Robkk,
thanks for your great help. I add this code in my style.css of the child-theme and everythings looks nice now. Thanks.
What is your recommondation? I made in bbpress.css, but I think if there is an update of bbpress-Plugin, this possible will be deleted. So it’s better to add this changes in the style.css of the child-theme?
Gerd
@wpgerd
you should of added the changes to a child theme.
follow this so the next update you wont lose anything
https://codex.bbpress.org/theme-compatibility/