How to add separating lines between columns on my terminal velocity theme?

Permalink
Hi,

I would like to make the site look better, so I would like to add separting lines between two different texts. How can I do that? Thank you!

 
12345j replied on at Permalink Reply
12345j
At the bottom of your content hit return a couple of times and then _ all the way across. If you want it automatic, that is much trickier and involves creating a new content block, like main 2, setting the first ones bottom border to solid black, or whatever color, and even then you'l only have one dividing line.
tallacman replied on at Permalink Reply 1 Attachment
tallacman
Crisplam,

Do you mean like this (see attachment)?

I can send you a css for that.

Steve
tallacman replied on at Permalink Reply
tallacman
Find the css with this line:


#sidebar.right {
width: 30%;
float: right;
}

and make it this:

#sidebar.right {
width: 30%;
float: right;
padding-left: 34px;
border-left-style: solid;
border-left-width: 1px;
}
frz replied on at Permalink Reply
frz
someone should make a "Line" add-on that lets you pick vertical/horizontal and all the typical CSS you'd expect.
crisplam replied on at Permalink Reply
Hi Steve,

Thanks for the prompt reply. How do I find the CSS line you are talking about?

Thanks!

Cristina
crisplam replied on at Permalink Reply
Yes, Steve. Exactly like that. I want to add this to my homepage site but also have the freedom to do so on other sites. How can I do that? Thanks!
tallacman replied on at Permalink Reply
tallacman
Well, if you use my themes I'll do it for you. ;-)
crisplam replied on at Permalink Reply
I am using your theme: terminal velocity. What should I do to add the line then?
Thanks so much for all your help.
tallacman replied on at Permalink Reply
tallacman
Add this to your styles.css file at the bottom:

#sidebar.right {
width: 30%;
float: right;
padding-left: 34px;
border-left-style: solid;
border-left-width: 1px;
}

steve
crisplam replied on at Permalink Reply
Thanks so much. How do I get to the styles.css file?
tallacman replied on at Permalink Reply
tallacman
site root > packages > theme_acme_slate > themes > acme_slate > styles.css

I can install it for you if you feel comfortable sending me a username and password to your server.


stev@mac.com