Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I want to change left margin


hikosan

Recommended Posts

Hi I have question for left margin.

I did not need categories.manufacturers,whats_new......everything .

So I did change colum_left.php.

It works, but I still can see the white space on left side.

Please let me know how to change the left margin.

I am sorry my english in not good.

but Please help me out!

Thank you.

Link to comment
Share on other sites

You have to remove all the mentions of the left column in all the files in which it occurs.

 

The bit you are looking for is

 

<!-- left_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>

<!-- left_navigation_eof //-->

 

Delete this from all the files in your catalogue or root folder and it should work for you. I did the same for the right column, and it worked.

 

All the best.

REMEMBER BACKUP, BACKUP AND BACKUP

Link to comment
Share on other sites

Thank you for reply me really quick

but I still have question.

 

<!-- left_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>

<!-- left_navigation_eof //-->

 

>>Delete this from all the files in your catalogue or root folder<<

 

I do not know which files I have to change...........

how can I fing it?

Link to comment
Share on other sites

I did take off the code of

 

<!-- left_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>

<!-- left_navigation_eof //-->

 

from

/catalog/default.php

but it is not working.

 

You need to take this code of every page in the catalog folder that you can find. There are approx 30.

 

I did it for the right side of my site an this fixed the exact same problem you are having!

 

Tim

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...