tactics Posted July 11, 2005 Share Posted July 11, 2005 How do I make the boxes that contain the product links, etc. wider? Some of my links are wrapping and it looks bad. I've looked through the stylesheet but can't figure out where this width is set. Thanks. Link to comment Share on other sites More sharing options...
dburchm1 Posted July 11, 2005 Share Posted July 11, 2005 How do I make the boxes that contain the product links, etc. wider? Some of my links are wrapping and it looks bad. I've looked through the stylesheet but can't figure out where this width is set. Thanks. <{POST_SNAPBACK}> It is in includes/application_top.php at about line 60 // customization for the design layout define('BOX_WIDTH', 160); // how wide the boxes should be in pixels (default: 125) I know that is a weird place for it, but there you go. Link to comment Share on other sites More sharing options...
tactics Posted July 11, 2005 Author Share Posted July 11, 2005 It is in includes/application_top.php at about line 60 // customization for the design layout ?define('BOX_WIDTH', 160); // how wide the boxes should be in pixels (default: 125) I know that is a weird place for it, but there you go. <{POST_SNAPBACK}> Thanks much. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.