Re: BuddyPress Links 0.3-beta released for testing
@NGO,
on the public directory page, the link description is styled with BP css stuff.
The description is inside a <p> tag who is page wide ! (in a BP 1.1.3 defaut template)
this is done in screen.css:121
ul#link-list li p.desc {
color:black;
margin:8px 50px 5px 0;
}
You can make your own if you use custom.css.
On the link page, description is again in a unstyled <p> whitch is in div.bp-widget
If you want more help, give us your config and a url so we can see what to do.