Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I increase categories column width?


Guest

Recommended Posts

Posted
includes/application_top.php

 

Vger

Can you direct me to the right line, I would like to increase the left colum width to the size of the largest category name?

 

Thanks

Posted

Try this line ... though I could be wrong. :blush:

 

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

Posted
Try this line ... though I could be wrong. :blush:

 

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

Thanks, it worked! :thumbsup:

Posted

What about changing size and type of fonts in boxes?

  • 1 month later...
Posted
What about changing size and type of fonts in boxes?

 

To change the font size for all text in the left/right columns, you will need to modify it in the '.boxText' line of catalog/stylesheet.css. I made ours 14 initially.

 

It also handy to note that you can make additional changes to any text that is a link (everything in the Categories box, for instance) by changing the 'A' line in stylesheet.css as well. I added 'font-weight: bold;' on mine, for instance. This made all links bold, which are the ones you want them to notice and, hopefully, click on. I was then able to reduce my font in the '.boxText' line back down to 13.

 

Here's an explanation of what various attributes in that stylesheet.css file do:

 

http://www.oscommerce.info/kb/osCommerce/C...n_and_Layout/54

Add-Ons personally installed:

Step by Step Manual Order -- Request Reviews -- Reviews in Product Listing -- Reviews in Product Display -- Review Approval System -- Leverage Browser Cache --
Header Tag Controller -- Multilayer SEO Pop Out Menu -- Follow Us Box -- View All Products -- USPS Shipping Labels -- UPS Shipping Labels -- Monthly Sales/Tax Report --
htacess Optimisation -- Remove Unused Images -- Master Password -- Admin Change Customer Password -- Database Backup Manager -- Zero Stock Report --
Searchbox Search In Descriptions -- Easy Populate 2.76i -- Barcode Rendering -- Admin Sort By Model -- Products Purchased Report

Add-Ons personally developed:

Search for email address, etc in Orders -- Discontinue Product

Add-Ons installed by others:

View Counter -- Site Monitor -- Image Thumbnailer -- Database Optimizer -- Recaptcha -- Discount Coupons -- Add More Fields

Archived

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

×
×
  • Create New...