Hi all,
I need to remove a vertical line in theme boldy. This line separate two distinct areas as you can see here, but i only need one, because i want to construct a gallery.
How can i eliminate this line? Anyone knows?
TIA
Hi all,
I need to remove a vertical line in theme boldy. This line separate two distinct areas as you can see here, but i only need one, because i want to construct a gallery.
How can i eliminate this line? Anyone knows?
TIA
That's actually an image. You can find the reference to it in the style sheet.
#content {
background: url("images/bk_vertline.jpg") repeat-y scroll 695px 0pt transparent;
margin-top: 35px;
overflow: hidden;
padding-bottom: 20px;
}
This works,
But know i have the button HIde above the content of the page?!?
What happens?!?
You can see what i said here
TIA
I think it happened because you removed everything I pointed you to instead of just the reference to the image.
Copy and paste this back into your style sheet and see if it helps:
#content {
/*background: url("images/bk_vertline.jpg") repeat-y scroll 695px 0pt transparent;*/
margin-top: 35px;
overflow: hidden;
padding-bottom: 20px;
}Solved! Thanks for your time! :)
You are welcome!
You must log in to post.