christian.1986
Member
Posted 1 year 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:)!
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
christian.1986
Member
Posted 1 year 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:)!
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.