PDA

View Full Version : Catagory tree pushing everything over


Nstarleather
09-07-06, 01:38 PM
I'm haveing a problem with my catagory tree pushing everythin over so you can't see the whole main page. I know I could make all the buttons smaller, but I'd like to get rid of the cell-padding around the tree. I did this on my static homepage, but in the Miva created pages, is it possible? I'm sure its possible with a module but is there a non-module solution?

Pete McNamara
09-07-06, 02:38 PM
The problem is the width of your category tree images - they are 167px wide. 167px is not 21% of 750px - it is 22.3%.

Nstarleather
09-07-06, 02:49 PM
I put the width down to 150px, its better, but I still love to kill the extra spacing.

Nstarleather
09-07-06, 02:50 PM
I also threw put the buttons under one another.

Pete McNamara
09-07-06, 03:27 PM
Your images are still 167px wide - you either have to resize them or reduce the width of your content td to something like 76%.

Here is one example:

<img src="graphics/00000001/handbags&amp;purses.jpg" alt="HandBags&amp;Purses" border=0 width="167" height="49">

Pete McNamara
09-07-06, 03:32 PM
Actually, there is a third option - increase the width of your main table from 750px to 770px. This is a safe width to use for 800x600 browsers.