Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Column width - how to change


Guest

Recommended Posts

Posted

Hello,

 

Can someone point me in the direction of the file in which I can change the width of the left column. I only have the left column and the body for my site and I need the column to be wider than the default width setting.

 

The reason being, is that I have sub-categories of sub-categories and it's a little rough for the visitor to distinguish the tree.

 

For example, something like:

 

Category: Jewelry

Subcategory: Earrings

sub-subcategory: Sterling Silver

sub-subcategory: Gold

sub-subcategory: Earcuffs

Subcategory: Necklaces

sub-subcategory: Sterling Silver

sub-subcategory: Gold

sub-subcategory: Pendants

Subcategory: Rings

sub-subcategory: Sterling Silver

sub-subcategory: Gold

sub-subcategory: Miscellaneous

Category: Candles

Subcategory: Gel

sub-subcategory: Animals

sub-subcategory: Drinks

Subcategory: Soy

sub-subcategory: Dyes

sub-subcategory: Molds

 

You get the idea - but some of my sub-sub-categories are wrapping around to where they look like categories or main sub-categories and it's just plain confusing!

Posted

In a default setup of osC, the setting is on line 59 of this file:

 

catalog/includes/application_top.php

 

and looks like this:

 

define('BOX_WIDTH', 125); // how wide the boxes should be in pixels (default: 125)

 

 

Matt

Posted

Thank you! Since I'm still new to php and css and how all this is put together, I wouldn't have thought of that area.

Archived

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

×
×
  • Create New...