Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2006
    Posts
    21
    Plugin Contributions
    0

    Default Stretch Center to the right

    I am working on a zen cart store and I am trying to get the center of the page to overlap the right columns. I was able to do this on the main page by changing the following code:



    Code:
    // the following IF statement can be duplicated/modified as needed to set additional flags
      if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {
        $flag_disable_right = true;
      }
    Code:
    // the following IF statement can be duplicated/modified as needed to set additional flags
    if (in_array($current_page_base,explode(",",'index')) ) {
    $flag_disable_right = true;
    }

    The home page now displays the way I want it to with the left column being there, and the center stretching into the right column. The right column is disabled. How do I achieve this for every single page?

  2. #2
    Join Date
    Dec 2006
    Location
    The Netherlands
    Posts
    10
    Plugin Contributions
    0

    Default Re: Stretch Center to the right

    Are you saying you want to change the standard three-colomn layout into a two-colomn layout? (like i.e. http://www.debimex.nl/)

    To do that, set:

    admin>configuration> layout settings > Column Width - Right Boxes
    admin>configuration> layout settings > Column Right Status - Global
    admin>configuration> layout settings > Column Width - Right

    all three to 0.

    If I remember right, that should disable the right colomn.

    But maybe I misunderstand what you want to achieve.

    Cheers, David
    [FONT=Georgia]Omega Webdesign[/FONT]

 

 

Similar Threads

  1. v151 Can product attributes to Stretch across center column in stead of right side
    By tgood31 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Oct 2013, 02:52 AM
  2. Everthing is to the right and over the center box.
    By wwwursa in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Nov 2010, 09:15 PM
  3. Can't center Body on Page. ColumnOne and center r left and columntwo is right
    By mariasims in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Jun 2010, 08:14 AM
  4. Center shop displaced to the right in Safari/Firefox, not in IE
    By rvagrrl in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 29 Jun 2006, 05:53 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