Forums

Vertical stripe (4 posts)

  1. christian.1986
    Member
    Posted 3 years ago #

    Hello!
    I use the original wordpress theme, but wants to change it a bit. Does anyone here know how i might make a diagonal stripe at the side bar?

    This site has the type that I am looking for:
    http://wp-themes.com/journalist/

    I realy hope that someone will help:)!

  2. stvwlf
    Member
    Posted 3 years ago #

    hi

    modify your stylesheet style.css

    find this:

    #sidebar
    {
     (...lines of code in here...)
    }

    and add this line in between the brackets on a line by itself

    border-left:1px solid #999999;

    that should do it

  3. christian.1986
    Member
    Posted 3 years ago #

    Thanks:) Is there some way that I might push it down 1-2iches from the top?

    And is it easy to change the way the enterys displays? I would like to use the presentation in the link abow to display my blogg enteries. I would be realy glad if someone would help me with this:)!

  4. noel
    Administrator
    Posted 3 years ago #

    I would highly suggest using Firefox with Firebug:

    http://www.mozilla.com/en-US/firefox/

    http://getfirebug.com/

    Then right click and "Inspect Element" - this will help you narrow down what part of the site you need to modify with CSS.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.