Jump to content

Help needed with Customisation


Recommended Posts

Is it possible to set shop to look so that home page has standard look (left column, central column and right column).
And all other pages have only left column and central column?

Please, see pictures!

8272_4ZRC8vpnMRrQbVUA0nKF_t

8273_AcnsmO88vhh9BaoPEu1R_t

Link to comment
Share on other sites

Yes, this is possible. In footer.tpl in your theme directory, change:

<!-- Right -->

  {$HOOK_RIGHT_COLUMN}



to:

{if $page_name == 'index'}
  <!-- Right -->

     {$HOOK_RIGHT_COLUMN}

{/if}



then find the #center_column section of global.css in your theme directory, add the width of the right column to the width of the center column, then add a body#index #center_column section with the center column width excluding the right column. You may need to make other small adjustments, such as increase the width of the block header background graphic.

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...