MartynJ Posted February 19, 2007 Share Posted February 19, 2007 Ok, This has been really annoying me. I am skinning osCommerce for a client you can see the site here www.zeldajunkies.com/osCommerce if you look at the navigation on the left the black boxes are meant to be right up against the border of the containing box but there is a padding of 3 px i think and i cannot find the file with the padding code in ANY WHERE. Its really starting to annoy me :'( Please could some one help me. Thanks Quote Link to comment Share on other sites More sharing options...
Skipdaddyo Posted February 20, 2007 Share Posted February 20, 2007 Ok, This has been really annoying me. I am skinning osCommerce for a client you can see the site here www.zeldajunkies.com/osCommerce if you look at the navigation on the left the black boxes are meant to be right up against the border of the containing box but there is a padding of 3 px i think and i cannot find the file with the padding code in ANY WHERE. Its really starting to annoy me :'( Please could some one help me. Thanks includes/classes/boxes.php search for function infoBoxContents($contents I believe it's the "$this->table_cellpadding = '3';" that needs changing. If it's not that one - it's one of the others. Quote Link to comment Share on other sites More sharing options...
MartynJ Posted February 20, 2007 Author Share Posted February 20, 2007 includes/classes/boxes.php search for function infoBoxContents($contents I believe it's the "$this->table_cellpadding = '3';" that needs changing. If it's not that one - it's one of the others. Thanks for the help. Problem solevd Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.