Jump to content

[solved] Move Left column position to right (version 1.5.2.0)


Recommended Posts

Af for how templates are setup it may be a bit tricky to obtain a clean result with css only.

In addition to what anna8097 said, i suggest you do the following:

 

1- Open up header.tpl, located in your theme's folder. Look for <div id="left_column" class="grid_2 alpha">. Take the whole of it, with the hook in includes, and cut it away (keep a copy in your clipboard of course)

2- Open footer.tpl. RIght before the right column, paste in what you previously cut. Now remove the "alpha" class, so to give it some decent margin on the left side.

3- Finally, go back to headefr.tpl ,and add the "alpha" class at the center column.

 

 

Refresh, and you should be done

Link to comment
Share on other sites

As an easy option open your css file and add float: right; to your #left_column

 

It's work.... but like Nemo1 say result is less clean :D

 

Af for how templates are setup it may be a bit tricky to obtain a clean result with css only.

In addition to what anna8097 said, i suggest you do the following:

 

1- Open up header.tpl, located in your theme's folder. Look for <div id="left_column" class="grid_2 alpha">. Take the whole of it, with the hook in includes, and cut it away (keep a copy in your clipboard of course)

2- Open footer.tpl. RIght before the right column, paste in what you previously cut. Now remove the "alpha" class, so to give it some decent margin on the left side.

3- Finally, go back to headefr.tpl ,and add the "alpha" class at the center column.

 

 

Refresh, and you should be done

 

Thanks Nemo1... it's work like a charm :D

Link to comment
Share on other sites

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...