Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Forum Directory Margin Cut off


@mercime
Participant

@mercime

@gunju2221 yeah, I saw his post about “To Make your Topic Title Not be cut off”.

You have to override bp-default’s styling from
`table.forum {
margin: -9px -20px 20px;
width: auto;
}`
to
`table.forum {
margin: -9px 10px 20px 0px;
width: auto;
}`.

Skip to toolbar