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
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
Wow, I’m so happy with your reply.
Thank you so much for the code and explanation Tienhc!
Greetz
This question is now closed