Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

stylesheet tags that control side boxes?


xucaen

Recommended Posts

Posted

Hi, I am having trouble figuring out which tags in stylesheet.css control the size of the side boxes. I would also like to change the background image of the side box headers.

 

Thanks,

Posted
Hi, I am having trouble figuring out which tags in stylesheet.css control the size of the side boxes. I would also like to change the background image of the side box headers.

 

Thanks,

 

Hi,

 

You control the width of the side boxes by changing the code in the file, application_top.php, which is found in catalog/includes/application_top.php

 

The code you need to change is on line 60, see below.

 

// customization for the design layout

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

 

 

Sorry I am not sure how to change info box headers to include images, but I am sure I have seen a tutorial for this in the documentation section of osCommerce.

 

 

Regards,

 

Anil.

Archived

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

×
×
  • Create New...