Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need a little help


icsiszer

Recommended Posts

I want to increase the space between the info boxes on the both sides, where and how should i do that?

THX

If you are not using a template you can edit the /catalog/includes/column_right.php or column_left.php

 

You have to be mindful about where you put the code. If you can get it in a place outside of the <?php.....?> code then use simple <Br /> tags to create blank lines. If within the <?php...?> tags you either have to close the tags, place your code, and re-open the tags, or use an echo "<Br />"; line of code (which is going to be more than likely the case.)

Community Bootstrap Edition, Edge

 

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

Link to comment
Share on other sites

If you are not using a template you can edit the /catalog/includes/column_right.php or column_left.php

 

You have to be mindful about where you put the code. If you can get it in a place outside of the <?php.....?> code then use simple <Br /> tags to create blank lines. If within the <?php...?> tags you either have to close the tags, place your code, and re-open the tags, or use an echo "<Br />"; line of code (which is going to be more than likely the case.)

 

I tried that, but no result, because i'm using a modified oscommerce, with the "greeen buble" template, i tried to find in the .css file too but no result.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...