Rainguy Posted September 16, 2002 Share Posted September 16, 2002 Boxes are set to 150 in application_top.php and all of them are the same size except for manufacture_info.php box looks to be about 15 pixels wider. I can't figure out where to edit this so that the size is the same. BTW, the graphic is small for the company so that is not what is stretching the box out. Thanks Link to comment Share on other sites More sharing options...
CC Posted September 16, 2002 Share Posted September 16, 2002 Can you show us a link so we can take a look. My first thought would have been then image that was in the box, but if you say it is not that.... Give us a link to go to so we can see. I dont think you will be able to get an accurate answer from the small desciption you have given. CC. Link to comment Share on other sites More sharing options...
Ajeh Posted September 16, 2002 Share Posted September 16, 2002 Your Manufactures' names or box title is usually the issue on box widths. Trim the names down, or only get a portion of the Manufactures' names to fit the list. Link to comment Share on other sites More sharing options...
Rainguy Posted September 17, 2002 Author Share Posted September 17, 2002 Hmmm, I can't find anything that is stretching the box. Maybe something is telling the box to align right on one side and left on the other? Here's what it looks like: Link to comment Share on other sites More sharing options...
Rainguy Posted September 17, 2002 Author Share Posted September 17, 2002 OK, I figured it out and needed to edit this line in the manufacture_info.php file: $manufacturer_info_string = '<div align="center">' . tep_image(DIR_WS_IMAGES . $manufacturer['manufacturers_image'], $manufacturer['manufacturers_name']) . '</div>' . '<table border="0" width="140"' . BOX_WIDTH . '" cellspacing="0" cellpadding="0">'; The width was showing as width="' with no value. Not sure if that is the default on install but adding the 140 value got them all the same size for me. :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.