Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Need Help with Print CSS for Buddypress. PLEASE help.


@mercime
Keymaster

@mercime

@pisanojm disclaimer first – no genius :-) In any case, per image you attached

1. Center Graphic in top center of print screen –
since #header is display: none; we could tweak #container to show the header image instead
#container { padding-top: 100px; background: #CEDAF4 url(http://musicpln.org/wp-content/uploads/2010/06/HEADERprint.png) top center; }

2. Remove right column and expand to full width

div#content .padder {
margin-right: 0px; border-right: 0px; }

3. Remove item list

div.item-list-tabs { display: none; }

Skip to toolbar