-
AuthorPosts
-
stilpunkt Friend
stilpunkt
- Join date:
- September 2008
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
October 14, 2010 at 9:36 pm #155293Hi,
i’m using the JA teline II with Joomla 1.0.15 on this site http://www.stilpunkt.com
How can I move the 2 columns on the right side of the page to the left side?
In other words I want to have a layout like this:
left column | right column | main content
Your help is really appreciated.
Thanks in advance.
Greetings Kai
Don Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
October 15, 2010 at 7:19 am #359071Hi,
Try to add the below css:
#ja-content {
float: right !important;
}stilpunkt Friendstilpunkt
- Join date:
- September 2008
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
October 15, 2010 at 9:26 am #359098Thanks for your reply.
Unfortunately that’s not the full solution.
Appended screenshot shows the result.
Your further help is very appreciated.
Thanks in advance.
Greetings Kai
Don Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
October 15, 2010 at 9:32 am #359100Continue to find in your css file:
#ja-containerwrap-c #ja-container {
background: url(“../images/hline.gif”) repeat-y scroll 83% 0 transparent;
}
Replace with:
#ja-containerwrap-c #ja-container {
background: url(“../images/hline.gif”) repeat-y scroll 17.5% 0 transparent;
}stilpunkt Friendstilpunkt
- Join date:
- September 2008
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
October 15, 2010 at 9:39 am #359103Great.
The last issue is the distance between the left column and the main content.
Also the left gap between the border of the site and the left column.Thanks for your help.
Greetings Kai
Don Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
October 15, 2010 at 9:52 am #359104– Change the code in previous post to:
#ja-containerwrap-c #ja-container {
background: url("../images/hline.gif") repeat-y scroll 16.5% 0 transparent;
}
– Add:
#ja-containerwrap-c #ja-container-inner{
margin-left: -20px;
}
#ja-content div.ja-innerpad {
margin-left: 11px;
}
1 user says Thank You to Don Lee for this useful post
stilpunkt Friendstilpunkt
- Join date:
- September 2008
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
October 15, 2010 at 10:03 am #359106Thanks. You did a great job.
Have a nice weekend.
Greetings Kai
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by stilpunkt 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Columns left instead of right
Viewing 7 posts - 1 through 7 (of 7 total)