patrick 0 Report post Posted May 26, 2011 Hello, I had to upgrade to a larger database last week and lost all of my custom settings for iBlogPro3.5.5. I have restored most everything now but cannot remember the two lines of custom css I had to: a.) remove the pagelines logo and b.) widen the right hand column by a few pixels so my widgets fit and do not overlap the borders of the boxes. Can you tell me what two lines of css I need to add? Also, I have tried #cred {display: none;} but that does not work on iBlogPro355 for the pl logo. Thank you, Patrick Archer InvestBA.com Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 26, 2011 The sidebar code has to got be in this forum somewhere. If you need to isolate the selectors try busting out FireBug. or give us a link Share this post Link to post Share on other sites
patrick 0 Report post Posted June 8, 2011 Adam, I've done multiple searches for the "px" custom CSS code and found nothing. Even if I use Firebug, I still would not know what code I need to enter to widen the right column and remove the pl logo. Thanks. http://investba.com/ibablog/ [email protected] Share this post Link to post Share on other sites
Kate 3 Report post Posted June 8, 2011 Hey Patrick, Please try this: #wrapper{width:980px;} #sidebar{width:320px;} Share this post Link to post Share on other sites