left column

I love this template but I would like to show navigation on the left side.
This because most websites have a left navigation.
Is it possible (in an easy way) to move the right column to the left side?

Regards

2 answers

Profile photo of Saguaros 0.00 $tone March 16, 2010
Public

Dear monsterhunter!

pls open the file /skin/frontend/default/jm_lime/css/layout.css and try to find codes :

HTML Code:

#ja-col2 { float: right; width: 28%; }

and replace:

HTML Code:

#ja-col2 { float: left; width: 28%; }

b) find codes:

HTML Code:

#ja-content { clear: both; display: block; float: left; width: 71%;}

and replace:

HTML Code:

#ja-content { clear: both; display: block; float: right; width: 71%;}

c) pls open the file: skin/frontend/default/jm_lime/css/theme.css and find codes:

HTML Code:

#ja-col2 {
	margin-left: 7px;
	border-top: 1px solid #DDD;
}

and replace:

HTML Code:

#ja-col2 {
	margin-right: 7px;
	border-top: 1px solid #DDD;
}

Good luck

#1

This question is now closed

Written By

Comments