osCmax v2.5 User Manual
Results 1 to 2 of 2

how do I increase the width of the info boxes ?

This is a discussion on how do I increase the width of the info boxes ? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; which page do I edit ? At the moment my catagory links are too big to fit on 1 line, ...

      
  1. #1
    New Member
    Join Date
    Sep 2004
    Posts
    21
    Rep Power
    0


    Default how do I increase the width of the info boxes ?

    which page do I edit ? At the moment my catagory links are too big to fit on 1 line, so i want to increase the width.

    thanx in advance

  2. #2
    New Member
    Join Date
    Sep 2004
    Posts
    26
    Rep Power
    0


    Default

    Pls pls back up before you try anything

    The width of the boxes is defined by BOX_WIDTH variable in catalog/includes/application_top.php. Default is 125.

    Add this line below:
    define('BOX_WIDTH_LEFT', 150);

    Use whatever width you need in place of 150.

    Then go to main_page.tpl.php of the template that you are using:
    Search for :
    <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
    Just above that there should be a line :
    <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
    Replace both the BOX_WIDTH with BOX_WIDTH_LEFT

    It worked for me..... Hope this helps!

Similar Threads

  1. Customization of info boxes
    By islander in forum osCmax v2 Customization/Mods
    Replies: 6
    Last Post: 03-05-2006, 12:46 PM
  2. how do i alter the width of the info boxes???
    By tafkap in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 02-21-2006, 01:26 AM
  3. add extra image settings width height etc, any info?
    By fridgemags in forum osCMax v1.7 General Mods Discussion
    Replies: 1
    Last Post: 11-20-2004, 08:03 PM
  4. Changing Info Box width
    By DebbieG in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 10-05-2003, 06:21 PM
  5. Adding outside links to info boxes
    By chardae in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 11-15-2002, 09:46 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •