yucos Posted December 10, 2012 Share Posted December 10, 2012 (edited) how to move Left column position to right (version 1.5.2.0) please help Edited December 21, 2012 by yucos (see edit history) Link to comment Share on other sites More sharing options...
anna8097 Posted December 11, 2012 Share Posted December 11, 2012 (edited) As an easy option open your css file and add float: right; to your #left_column Edited December 11, 2012 by anna8097 (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted December 11, 2012 Share Posted December 11, 2012 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 More sharing options...
yucos Posted December 11, 2012 Author Share Posted December 11, 2012 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 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 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now