Forums

Sidbar Line (5 posts)

  1. ebg
    Member
    Posted 5 years ago #

    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.

  2. Michael Bishop
    Forum Concierge
    Posted 5 years ago #

    Have you looked at the style sheet to see how the line you want to recreate is done?

  3. ebg
    Member
    Posted 5 years ago #

    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

  4. jwurster
    Member
    Posted 5 years ago #

    You might want to look at the css for the leftsidebar. It probably has a left and right border.

  5. ebg
    Member
    Posted 5 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags