Hi @ipnotico
This is likely a problem with your theme’s CSS. Which theme are you using?
hi @henrywright, i’m using Nexsus theme by elegantheme.
Is there a plugin to make BuddyPress compatible also with themes not specifically designed for it?
Is there a plugin to make BuddyPress compatible also with themes not specifically designed for it?
Not that I know of.
That said, if the display of the widget fields is the only problem you’re having then a fix shouldn’t be too much of a problem. Do you have a link to your site?
the site is not yet public, this is a screen shot
Ah OK. No problem.
The fix here would be to add some CSS to your theme’s style.css document.
input.classname1 {
width: 100%;
}
input.classname2 {
width: 100%;
}
You could try adding that snippet and make sure to change classname1
and classname2
to the class used on the username and password inputs (If you site was live then I could tell you these but can’t tell from the screenshot).