Can anyone tell me how format a light grey line down the inside part of this right sidebar?
It should be just like is shown on the inside part of the left side bar?
http://www.answeruniverse.com/
Thank you.
Can anyone tell me how format a light grey line down the inside part of this right sidebar?
It should be just like is shown on the inside part of the left side bar?
http://www.answeruniverse.com/
Thank you.
Have you looked at the style sheet to see how the line you want to recreate is done?
Yes I have the below style: The border left is working fine, but the border right is placing the line on the far right not the inside right. On the site you can see this line is double thick on the far right. I need it to appear on the inside right.
.main-copy {
color: black;
background-color: white;
text-align: left;
line-height: 1.5em;
margin: 0 0em 0 12.5em;
padding: 1.5ex 15em 1em 1em;
border-left: 1px solid rgb(235,235,235);
border-right: 1px solid rgb(235,235,235);
}
Thank you,
ebg
You might want to look at the css for the leftsidebar. It probably has a left and right border.
I tried using the border-left ( border-left: 1px solid rgb(235,235,235);) on the right sidebar border, and while it placed the border correctly, the border will not extend the whole length of the page. It only extends to the bottom of the text on the right sidebar so only about ½ the way down the page. And I do not thing the height property works in css that I know of.
Anyone have any other suggestions?
Thank you.
This topic has been closed to new replies.