Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can you customize the Activity stream page?


pcwriter
Participant

@pcwriter

@michael

Great site! I’m glad the template’s working for you. I would however recommend a slight mod to the css of http://citizensofinfluence.com/forums/

The “Unsubscribe” buttons overlap into the right sidebar. To correct, add this to your theme’s custom.css file:

table.forum td.td-poster, table.forum td.td-group {
min-width:100px;
}

You’ll find the original in bp-default (default.css) on line 940 where the column width is set to a minimum of 130px.

Skip to toolbar