Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Widening product and info boxes


tactics

Recommended Posts

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

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.

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

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.

 

Thanks much.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...