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!
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!
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.
Crisplam,
Do you mean like this (see attachment)?
I can send you a css for that.
Steve
Do you mean like this (see attachment)?
I can send you a css for that.
Steve
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;
}
#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;
}
someone should make a "Line" add-on that lets you pick vertical/horizontal and all the typical CSS you'd expect.
Hi Steve,
Thanks for the prompt reply. How do I find the CSS line you are talking about?
Thanks!
Cristina
Thanks for the prompt reply. How do I find the CSS line you are talking about?
Thanks!
Cristina
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!
Well, if you use my themes I'll do it for you. ;-)
I am using your theme: terminal velocity. What should I do to add the line then?
Thanks so much for all your help.
Thanks so much for all your help.
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
#sidebar.right {
width: 30%;
float: right;
padding-left: 34px;
border-left-style: solid;
border-left-width: 1px;
}
steve
Thanks so much. How do I get to the styles.css file?
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
I can install it for you if you feel comfortable sending me a username and password to your server.
stev@mac.com