Magento 1.9 – Change Search Result Page to One Column

ce-1.9.0.1search

I am using Magento 1.9.0.1

Where can i change the results section from the search results page to show only 1 column?

Now it shows search results with class="col-lg-9 col-md-9 col-sm-9 col-xs-12" and in the sidebar the layered nav (col-lg-3)

i do not need the sidebar… what and where would i need to change do i need to do it in an xml file or phtml file?

Thanks
Carlo

Best Answer

<catalogsearch_result_index translate="label">
  <reference name="root">
    <action method="setTemplate">
      <template>page/1column.phtml</template> 
    </action>
  </reference>
</catalogsearch_result_index>
Related Topic