Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the width between subcategories


daniel2006

Recommended Posts

Posted

Hey folks,

 

How do I change the width between subcategories after clicking a section from the category box?

 

Perhaps the image below will help understanding what i'm talking about.

 

screenshot.jpg

 

Anyone got any ideas?

 

Thanks

Posted

You need to set a table wdith % in your index.php cateogory listing as I see you have no right column. Oscommerce was designed for 3 colums.

 

I need to look at your webpage instead of screenshot to look at the html code.

Posted

Wow, you site takes ages to load :( Would you consider turning off category counts? You are also using some *.png images. These do not render as intended in IE.

 

Try changing this in your style sheet:

 

/* menu Image -noborderBox - Show Sub-categories Star */

a.menucateg:link, a.menucateg:visited, a.menucateg:active {

display: block;

vertical-align: middle;

font-size: 10px;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-weight: bold;

text-align: left;

height: 12px;

text-decoration: none;

border: solid 1px #E6E9EC;

 

jon

It's all just ones and zeros....

Posted

I'm moving servers because of the load times.. They're terrible..

 

Thanks for the tip on png images.

 

I tried changing the height but still no luck :(

Posted

Try using:

 

line-height: 1.5;

 

If it's having no effect on that particular style, play around with the other styles you have related to categories.

 

jon

It's all just ones and zeros....

Archived

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

×
×
  • Create New...