Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2008
    Posts
    7
    Plugin Contributions
    0

    css problem Annoying gap between left column and center box

    Hi, thx in advance for helping out

    I recently changed the width of my site reeselectronics.com because i wanted a 4 column grid. that went well on the main page. however every other page seems to have a gap between the left column and center box. i tried messing with the stylesheet mainwrapper and tpl_main_page but with no luck. also appears in categories. here's some pages

    http://www.reeselectronics.com/ (no gap)

    http://www.reeselectronics.com/reviews.html

    http://www.reeselectronics.com/audio-c-13.html

    All help is greatly appreciated.

  2. #2
    Join Date
    Oct 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Annoying gap between left column and center box

    Update: even tho i changed the width in css. doesnt seem to work with Internet Explorer neither:

    #mainWrapper {
    text-align: left;
    width: 900px;
    vertical-align: top;
    }

  3. #3
    Join Date
    Oct 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Annoying gap between left column and center box

    Update: i was able to remove the gap between the left column and centerbox by manually editing the width in tpl_main_page

    Before:

    <td id="navColumnOne" class="columnLeft" style="width:<?=COLUMN_WIDTH_LEFT?>" valign="top">
    <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="3"><?=zen_image(DIR_WS_TEMPLATE.'images/spacer.gif','','3px','1px')?></td>
    <td valign="top" width="378px">

    After:

    <td id="navColumnOne" class="columnLeft" style="width:178px" valign="top">
    <div id="navColumnOneWrapper" style="width:178px"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div></td>
    <?php
    }
    ?><td width="3"><?=zen_image(DIR_WS_TEMPLATE.'images/spacer.gif','','3px','1px')?></td>
    <td valign="top" width="100%">

    However i am still having a problem with the width in ie. again internet explorer is not affected at all. and the alignement for the whole site is slightly to the right. but centered in firefox.

    PLEASE HELP

 

 

Similar Threads

  1. Space between left layout column and right content column
    By eazy in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Mar 2013, 02:16 AM
  2. distance between center column and right column
    By alexdog1805 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Mar 2011, 04:50 PM
  3. Put gap between center box contents
    By chuender in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 14 Nov 2010, 01:29 AM
  4. Can I add Categoy links left and Right column around center column?
    By cshart in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Oct 2010, 06:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg