• Resolved bbrody

    (@bbrody)


    Hey I would like to have a line or thin shadow image at the left edge of my content and right edge of my side bar. Here’s and image of what I’m trying to do here

    I’m not even sure what this “border” called. To me it makes the content look clean and centered.

    I’ve browsed around and tried a few things but the closest I can get is a border around the entire web page.

    Any suggestions?

Viewing 1 replies (of 1 total)
  • That’s done by repeating an image in the background of the wrapper div. First find a theme that has such a background. Then grab the background image from it. Next using css repeat that background image vertically as the background of your wrapper div. It should look something like this:

    #wrapper {
            background: url(img/backgroundImage.png) repeat-y;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to make Content border?’ is closed to new replies.