mobbbx 1 Report post Posted March 20, 2011 trying to remove the #maincontent bottom border. I managed to do it by adding custom css: #maincontent #post-165 {border-bottom: 0px;} But is there a better way so i can just insert one line to remove all bottom borders? With the method i'm using i have to insert that with their respective post id for every page with maincontent displayed. thanks! Share this post Link to post Share on other sites
catrina 103 Report post Posted March 20, 2011 Is this the bottom border for the content when you view a single post? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
catrina 103 Report post Posted March 20, 2011 Add this code in base.css: div.post {border-bottom: none;} Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites