Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What determines website width when not in catalog/includes/application_top php ?


musicmaestro

Recommended Posts

Posted

Hello experts

 

I picked up on an existing thread that mentions changing the width settings in the catalog/includes/application_top php file.

 

I have changed the box_width setting but this has made no difference and I cannot find any trace of box_right or box_left.

 

I am using a custom made php template so I suspect some of the settings have been removed.

 

Any suggestions guys?

 

Thank you

 

:thumbsup:

Posted

You are right, line 51 of stock application_top

 

// customization for the design layout

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

 

Search for

 

<!-- body //-->

<table border="0" width="100%" cellspacing="3" cellpadding="3">

<tr>

 

in account.php, just below that stock uses the box width

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Archived

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

×
×
  • Create New...