magtaf69 Posted July 11, 2003 Share Posted July 11, 2003 Can anyone help me to make Categories Box a Certain Size without categories. I am planing to install coolmenu and I want to place it over the categories box. This is wht I need the Categories box a certain size and with no content inside. Link to comment Share on other sites More sharing options...
Rumble Posted July 11, 2003 Share Posted July 11, 2003 Hi, Back up before you try! In catalog/includes/boxes/categories.php find the following lines almost at the end of the file; $info_box_contents[] = array('align' => 'left', 'text' => $categories_string ); ..... and change to....... $info_box_contents[] = array('align' => 'left', 'text' => '' ); This should give you an empty categories box. Reddy to Rumble Thank you osCommerce and all who Contribute to her! Link to comment Share on other sites More sharing options...
magtaf69 Posted July 11, 2003 Author Share Posted July 11, 2003 Thanks Rumble, I will try... Link to comment Share on other sites More sharing options...
magtaf69 Posted July 12, 2003 Author Share Posted July 12, 2003 IT worked, but how do I make it a certain height??? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.