Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Mar 2008
    Posts
    7
    Plugin Contributions
    0

    red flag RIGHT COLUMN gone, expand CENTER COLUMN?

    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

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: RIGHT COLUMN gone, expand CENTER COLUMN?

    Did you set this in the admin > config > layout settings > Column Right Status - Global > set to "0"
    Zen-Venom Get Bitten

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

    Default Re: RIGHT COLUMN gone, expand CENTER COLUMN?

    Yes, Column Right Status - Global = 0

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: RIGHT COLUMN gone, expand CENTER COLUMN?

    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
    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>&nbsp;::&nbsp;
    
    Swarovski
    </div></td>
        <td id="navColumnTwo2" class="columnRight" style="width: 150px">&nbsp;</td>
    Here is what this should be:
    Code:
    <td id="navColumnOne" class="columnLeft" style="width: 150px">
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: RIGHT COLUMN gone, expand CENTER COLUMN?

    This is most likely in your tpl_main_page.php file
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Mar 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: RIGHT COLUMN gone, expand CENTER COLUMN?

    Thanks.. what file is supposed to be edited for this?
    includes/templates/template_default/common/tpl_main_page.php?
    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; ?>">&nbsp;</td>
    Still doesn't seem to be doing anything. Any other ideas?
    Thanks for your time.

  7. #7
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    help question Re: RIGHT COLUMN gone, expand CENTER COLUMN?

    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.

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: RIGHT COLUMN gone, expand CENTER COLUMN?

    Quote Originally Posted by athena
    If I eliminate the right column, change the layout size to "0" for the right column
    Did you set this in the admin > config > layout settings > Column Right Status - Global > set to "0" ?
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: RIGHT COLUMN gone, expand CENTER COLUMN?

    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.

  10. #10
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: RIGHT COLUMN gone, expand CENTER COLUMN?

    A link to your test site
    Zen-Venom Get Bitten

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h Center Align all boxes in right column?
    By vidmarc in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 26 Apr 2012, 09:25 PM
  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. 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
  4. center boxes in left and right column
    By chelseagirl in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Sep 2006, 01:34 AM

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