Guest Posted September 27, 2006 Posted September 27, 2006 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
Guest Posted September 27, 2006 Posted September 27, 2006 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)
Guest Posted September 27, 2006 Posted September 27, 2006 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:
Guest Posted September 27, 2006 Posted September 27, 2006 What about changing size and type of fonts in boxes?
kru Posted November 22, 2006 Posted November 22, 2006 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 ReportAdd-Ons personally developed:Search for email address, etc in Orders -- Discontinue ProductAdd-Ons installed by others:View Counter -- Site Monitor -- Image Thumbnailer -- Database Optimizer -- Recaptcha -- Discount Coupons -- Add More Fields
Recommended Posts
Archived
This topic is now archived and is closed to further replies.