Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Right hand margin space >.<

Right hand margin space >.<

Locked

Views: 1,196

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
3 Aug 2009, 11:26 AM
#1
prim0pyr0 avatar

prim0pyr0

New Zenner

Join Date:
Aug 2009
Posts:
13
Plugin Contributions:
0

Right hand margin space >.<

How do I remove or reduce the right hand margin space?
I have set Column Right Status - Global to 0 which centers the content better, but the margins are still there and it causes product page to go odd(big space between margin and category box)
Any help will be really appreciated
Ideally I'd like to have the margins minimal so i can have several images across instead of only two.

3 Aug 2009, 12:10 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Right hand margin space >.<

We'll probably have to see a link to your site. Turning off the right column globally should have done the trick, but if that's a custom template, it may be hard-coded differently.

4 Aug 2009, 4:46 AM
#3
prim0pyr0 avatar

prim0pyr0

New Zenner

Join Date:
Aug 2009
Posts:
13
Plugin Contributions:
0

Re: Right hand margin space >.<

website is thruthelenz . co . nz

4 Aug 2009, 9:38 AM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Right hand margin space >.<

Looks like you got it fixed.

4 Aug 2009, 12:09 PM
#5
prim0pyr0 avatar

prim0pyr0

New Zenner

Join Date:
Aug 2009
Posts:
13
Plugin Contributions:
0

Re: Right hand margin space >.<

Yea, finally! :D tpl_main_page.php
found had to change the <td width=70% to 100%> . Hopefully no ill effects will come from this :s.

<div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div></td> <?php } ?> <td width="100%"> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapperShell"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper"> <tr> <td valign="top">