Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adjust right_column.php width


neoelectrex

Recommended Posts

Posted

How can I adjust the size of the right column to be smaller?

Put smaller things in it?

 

Really, mine adjusts for size based on the content. Larger banners results in larger column. There must be a minimum width I suppose. Just how small do you want it?

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Posted

The column width is defined in the application_top.php file and defaults to 125 px. You can change it in that file to whatever you would like but beware that it also changes the left column as well so if you want to have different widths on the columns you will need to define a separate width for each of them

 

 

 

Chris

Posted

Ok I'm doing away completely with the right column, and I move the contents I wanted from the right column to the left column, and I want the middle column to take up the space left from the right column.

Posted

John,

 

If that is the case, you will need to remove this code from ALL root [catalog] files:

 

<!-- right_navigation //-->

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

<!-- right_navigation_eof //-->

</table></td>

 

 

 

Chris

Archived

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

×
×
  • Create New...