-
AuthorPosts
-
mitov Friend
mitov
- Join date:
- August 2008
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
May 17, 2009 at 1:15 pm #141253Hi,
I want to move the 2 side columns to the left side of the page, instead of having them on the right. Can this be done?
What do i need to change and where?
Thanks in advance.
theprofessor Friendtheprofessor
- Join date:
- March 2009
- Posts:
- 365
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 47
- Thanked:
- 64 times in 18 posts
May 17, 2009 at 4:44 pm #304873Do you have a live url?
mitov Friendmitov
- Join date:
- August 2008
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
May 17, 2009 at 4:52 pm #304875nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
May 17, 2009 at 6:55 pm #304883template.css (line 751)
.w1 {
float:left;
width:66%;
}replace with:
.w1 {
float:right;
width:66%;
}nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
May 17, 2009 at 6:57 pm #304884and
template.css (line 754)
.w2 {
float:right;
width:34%;
}
replace with
.w2 {
float:left;
width:34%;
}nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
May 17, 2009 at 6:59 pm #304885and template.css (line 768)
#ja-cols .inner {
padding-left:20px;
}
replace with
#ja-cols .inner {
padding-right:20px;
}that s All
nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
May 17, 2009 at 7:06 pm #304886sory it is ok but better if you continuous with:
template.css (line 363)
ul.pagination {
margin:15px auto 0;
padding:0;
}
replace with
ul.pagination {
margin:15px auto 0;
padding:0;
text-align:center;
}and at bottom of css file add:
.counter{
text-align:center;
}Better for you at pagination, and counter of bottom fontpage.
1 user says Thank You to nguyenhuu quang for this useful post
mitov Friendmitov
- Join date:
- August 2008
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
May 19, 2009 at 10:59 am #305068Thank you, thats perfect!
abuhabib Friendabuhabib
- Join date:
- June 2008
- Posts:
- 69
- Downloads:
- 7
- Uploads:
- 9
- Thanks:
- 10
- Thanked:
- 2 times in 1 posts
April 28, 2012 at 6:44 am #450603Hi ,
How to do the same thing for ja teline iv
-
AuthorPosts
This topic contains 10 replies, has 4 voices, and was last updated by abuhabib 12 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum