tandan 0 Report post Posted February 7, 2012 I'm having a hard time finding the right CSS to change to delete area shown in this image: http://imgur.com/noiK1. can someone help? thanks! tan I'm on PL 2.1.1 Share this post Link to post Share on other sites
Jackey 29 Report post Posted February 7, 2012 A url to the side would be handy. But you are probably searching for the content padding of the features section: [code]#features.container .content-pad { margin-top: 0; margin-bottom: 0; } [/code] Share this post Link to post Share on other sites
tandan 0 Report post Posted February 7, 2012 thank you!!!! i actually ending up using: [code]#features.container .content-pad { padding: 0 10px; }[/code] Share this post Link to post Share on other sites