-
AuthorPosts
-
July 27, 2008 at 10:16 pm #131406
Hi all.
I´m customizing the Teline II template, and I would like to remove the vertical line in ja-container och ja-container-inner, i.e. the vertical line that lies between the main-content and the columns.
I´ve tried by commenting-out this code in template.css but without any luck:#ja-container {
background: url(../images/vline.gif) repeat-y 65% 0;
}#ja-container-inner {
background: url(../images/vline.gif) repeat-y 83% 0;
}Would be most grateful for any help – thanks.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 27, 2008 at 10:43 pm #262600Still looking for an answer to this?
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 27, 2008 at 11:02 pm #262603You’re on the right track. Apparently your “commenting” out has an error…as eliminating those lines of code will indeed remove the separator line.
You could also just simply change vline.gif from a grey line to a white line in your image editor and then not worry about the CSS
john.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 28, 2008 at 4:28 am #262637Hi all !
to remove vline of content you must open ja.news.css in templates/ja_teline_ii/css folder , find following code section at about line 29 :
.jazin-left {
background:transparent url(../images/vline.gif) repeat-y scroll right center;
float:left;
}
remove red text.
July 28, 2008 at 10:06 pm #262754Hi – and thanks for answering.
I´ve just done that – commented out this code in template.css :#ja-container {
/*background: url(../images/vline.gif) repeat-y 65% 0;*/
}#ja-container-inner {
/*background: url(../images/vline.gif) repeat-y 83% 0;*/
}– and this code in the ja.news.css :
.jazin-left {
float: left;
/*background: url(../images/vline.gif) repeat-y right; */
}– but nothing happens. The vertical line is still there, no matter how often I empty cache.
What am I doing wrong? :confused:Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 29, 2008 at 2:56 am #262794Hi steenmf !
Please send url of your site.July 29, 2008 at 5:56 am #262830The url is: http://www.neurosurgic.com
steenmf
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 29, 2008 at 10:29 am #262885Hi !
You open template.css file in templates/ja_teline_ii/css folder , find following code section at about line 722 :
#ja-containerwrap-m #ja-container {
background:transparent url(../images/hline.gif) repeat-y scroll 65% 0;
}
change to :
#ja-containerwrap-m #ja-container {
}
1 user says Thank You to Sherlock for this useful post
July 29, 2008 at 11:02 pm #262949Hi again.
I´ve done as you advised, and I also renamed the vline.gif and hline.gif image-files to “comment them out” and that did the trick! The vertical line is gone! Thanks for your help./Steenmf
-
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by Sherlock 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum