Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9296005
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T21:44:24+00:00 2026-06-18T21:44:24+00:00

I am trying to split up the 2-columns-left template on the category pages. Right

  • 0

I am trying to split up the 2-columns-left template on the category pages.

Right now it looks like this:

_________________________________
|          |                    |
|          | Page Title         |
|          |                    |
|(sidebar) | (main content)     |
|          |                    |
|          |                    |
|__________|____________________|

I need the category name and description to move up over the left menu, and fill the width 100% like this:

_________________________________
|                               |
| Page Title                    |
|_______________________________|
|          |                    |
|(sidebar) | (main content)     |
|          |                    |
|          |                    |
|__________|____________________|

I cant figure out where to start. When I look in the XML it seems to not be a separate part that I can place elsewhere.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T21:44:26+00:00Added an answer on June 18, 2026 at 9:44 pm

    First update the catalog layout to use the single column template. Then copy the catalog.leftnav block into the category.products block.

    <!-- {THEME_PATH}/design/layout/catalog.xml -->
    <catalog_category_default translate="label">
    
        <!-- Update the layout to use the single column template -->
        <reference name="root">
            <action method="setTemplate"><template>page/1column.phtml</template></action>
        </reference>
    
        <reference name="content">
            <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
                <!-- Move the catalog navigation block into the category view block -->
                <block type="catalog/navigation" name="catalog.leftnav" before="-" template="catalog/navigation/left.phtml"/>
            </block>
        </reference>
    
    </catalog_category_default>
    

    Once the catalog.leftnav block is a child of the category.products block, you can use the getChildHtml() method to display it in the category.products view template.

    <!-- {THEME_PATH}/design/template/catalog/category/view.phtml -->
    <div class="category-view">
    
        <div class="page-header">
            ...
        </div>
    
        <div class="category-nav">
            <?php echo $this->getChildHtml('catalog.leftnav'); ?>
        </div>
    
        <div class="category-content">
            ...
            <?php echo $this->getProductListHtml(); ?>
            ...
        </div>
    
    </div>
    

    Style to your liking. Hope that helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to split strings in C# like this COMMSTR1-NAC-NAM-P-C FCPANAM1-NAC-NAM-P-C CHAZEL1-NAT-CBM-P-C should be
Trying to split this string 主楼怎么走 into separate characters (I need an array) using
I am trying to split Scala list like List(1,2,3,4) into pairs (1,2) (2,3) (3,4)
I'm trying to split up checkboxes in the same fieldset into two columns using
http://jsfiddle.net/ww7dN/ I'm trying to design a page that is split in 2 colors all
I'm trying to figure out how to split a file (two columns) to readLine();
I'm trying to get a Template Toolkit [% FOREACH %] loop to split and
I have following data matrix in Matlab, I am trying to actually split this
Im trying to split a string on . and create additional columns with the
I'm trying to split an unordered list into two columns by finding the halfway

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.