I removed the RIGHT COLUMN but I can't figure out how to expand
the CENTER COLUMN to take the space of where the RIGHT COLUMN
would be. Please help.. I just can't figure it out. Thanks
http://cowspotbeads.com/catalog/inde...index&cPath=65
I removed the RIGHT COLUMN but I can't figure out how to expand
the CENTER COLUMN to take the space of where the RIGHT COLUMN
would be. Please help.. I just can't figure it out. Thanks
http://cowspotbeads.com/catalog/inde...index&cPath=65
Did you set this in the admin > config > layout settings > Column Right Status - Global > set to "0"
Zen-Venom Get Bitten
Yes, Column Right Status - Global = 0
You have apparently edited or replaced a file as looking at your source this is what is there and I have highlighted what is not standard and then posted what is
Here is what this should be:Code:<td id="navColumnOne2" class="columnLeft" style="width: 150px"><div align="right"><img src="http://cowspotbeads.com/catalog/includes/templates/classic/images/breadcrumb_star.jpg" width="30" height="20"></div></td> <td valign="top"><div id="navBreadCrumb"> <a href="http://cowspotbeads.com/catalog/">Home</a> :: Swarovski </div></td> <td id="navColumnTwo2" class="columnRight" style="width: 150px"> </td>
Code:<td id="navColumnOne" class="columnLeft" style="width: 150px">
Zen-Venom Get Bitten
This is most likely in your tpl_main_page.php file
Zen-Venom Get Bitten
Thanks.. what file is supposed to be edited for this?
includes/templates/template_default/common/tpl_main_page.php?
Still doesn't seem to be doing anything. Any other ideas?Code:<td id="navColumnOne" class="columnLeft" style="width: <?php echo COLUMN_WIDTH_LEFT; ?>"><div align="right"><img src="http://cowspotbeads.com/catalog/includes/templates/classic/images/breadcrumb_star.jpg" width="30" height="20"></div></td> <td valign="top"><div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div></td> <td id="navColumnOne" class="columnRight" style="width: <?php echo COLUMN_WIDTH_RIGHT; ?>"> </td>
Thanks for your time.
I've so been trying to avoid asking but can't believe it is so hard to find after many hours. Not even in the expensive zen manual.......here goes...
Where do I change the center column width? The manual says it can't be done in the admin or the style sheet....but offers no solution.
If I eliminate the right column, change the layout size to "0" for the right column, shouldn't the center column expand to fit the size of my wrapper?
Question also: what other names are there for "center column" as I've searched for an answer under every possiblity.
Did you set this in the admin > config > layout settings > Column Right Status - Global > set to "0" ?Originally Posted by athena
Zen-Venom Get Bitten
yes....i did mention that above
in three places in the admin layout for column width, right box width and global
this is a test run of the new 1.3.8a
cant recall how i did it before
Last edited by athena; 18 Apr 2008 at 10:50 PM.
A link to your test site
Zen-Venom Get Bitten