jaychadney
Member
Posted 2 years ago #
I guess I am using WP 2.9.1. I see now where to check that.
I am using the ChaoticSoul theme. I purchases the CSS upgrade and after hours of searching found some code to paste that would allow me to widen my entire site from 760 to 995. All fine and dandy.
But now I have this thin grey vertical line running thru the body of my post. The line is not there on the home page, but if you click on the post to go to it, the line is there. I used FireBug and searched and tested out all the different "border" lines in the CSS and none of them are the one I am looking for. Can someone help me out with this. I am just a hunt/peck and trial by error type of human when it comes to CSS.
Here is a link to the page that shows the vertical line going thru my post:
http://jaychadney.wordpress.com/about/
THX
It's a graphic. This is the problem:
#wrapper {
background:url("images/content_bkg.gif") repeat-y scroll left top transparent;
}
jaychadney
Member
Posted 2 years ago #
OK, I see that in the CSS and changed the "repeat-y" to "repeat-n" when in Firebug. That will work. Now I go back to customizing the CSS in WordPress and add the entire line `#wrapper {
background:url("images/content_bkg.gif") repeat-y scroll left top transparent;
}`, but put in the "n". Nothing changes.
When I go back to the site and look at it in Firebug, all I see is `#wrapper {
}`
jaychadney
Member
Posted 2 years ago #
That code insert using backticks didn't work in that previous post.....
If you take a look in firebug you will see you now have wrapper in both custom.css and style.css - it's the one is style.css that is the problem.
jaychadney
Member
Posted 2 years ago #
But aren't I only to make amendments in the CSS? How do I fix the problem in the style.css? Or in order to fix this do I need to select the "start from scratch" option and replace all the CSS of ChaoticSoul and make sure to turn what were my amendments into the body of the actual/only CSS? Thanks for the guidance so far.
jaychadney
Member
Posted 2 years ago #
I tried my suggestion above and it is all good now.