Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you looked at the style sheet to see how the line you want to recreate is done?

    Thread Starter ebg

    (@ebg)

    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.

    Thread Starter ebg

    (@ebg)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sidbar Line’ is closed to new replies.