-
AuthorPosts
-
May 8, 2009 at 9:26 pm #141015
hello
how can I move this line to left ?
I want to put this line between the left column and the main content
Please help me
nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
May 9, 2009 at 12:41 am #304095pls send your live site
1 user says Thank You to nguyenhuu quang for this useful post
May 9, 2009 at 1:34 am #304101hello, it´s installed on my computer because I´m not done with my website yet
here is a ja_purity template.css code ( i have modified a little)
http://pastebin.com/m393ab7bdhow can i move this line (see image in first post) between left menu and the main content, or disable this line ? I don´t understand % values in css only px values.
nguyenhuu quang Friendnguyenhuu quang
- Join date:
- September 2014
- Posts:
- 1087
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 29
- Thanked:
- 328 times in 288 posts
May 9, 2009 at 1:53 am #304102I cant fix it , if cant see your site.
Thanks1 user says Thank You to nguyenhuu quang for this useful post
sipx Friendsipx
- Join date:
- February 2009
- Posts:
- 2
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 2 posts
May 22, 2009 at 2:52 pm #305540You have to edit the
ja_purity styles background lighter
or
ja_purity styles background purewhitestyle.css
I depends on which background theme you selected.
Change the #ja-container2 for PUREWHITE
From this
#ja-container2 {
padding: 0;
background: url(images/c-bg1.gif) repeat-y 18% 0;
}to this
#ja-container2 {
padding: 0;
background: url(images/c-bg1.gif) repeat-y -220px 0;
}or change lighter
from this
#ja-container {
background: url(images/c-bg1.gif) repeat-y 18% 0;
}#ja-container2 {
padding: 20px 0;
background: url(images/c-bg2.gif) no-repeat 18% 0;
}to this
#ja-container {
background: url(images/c-bg1.gif) repeat-y -220px 0;
}#ja-container2 {
padding: 20px 0;
background: url(images/c-bg2.gif) no-repeat -220px 0;
}1 user says Thank You to sipx for this useful post
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by sipx 15 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
left column / line size
Viewing 5 posts - 1 through 5 (of 5 total)