|
#1
|
|||
|
|||
|
Hi everybody.
I'm starting jensbrinck.levn.dk and i am using my own customisation of the horizon template. As you can see there is a line of -'s in the footer and I can't find out how to remov/shorten the line. Any clues? -Simon levn.dk |
|
#2
|
||||
|
||||
|
It's defined in your CSS file.
Open templates/horizon/styles/horizon.css file and look for: Code:
#footer {
border-top:1px dashed #838d7a;
clear:both;
width:740px;
margin:0px auto 20px auto;
padding:0px 0px;
text-transform:uppercase;
}
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#3
|
||||
|
||||
|
Also, incase you do not know anything about CSS borders, here is an easy to follow "beginners" tutorial showing you the ins and outs of CSS borders.
http://www.tizag.com/cssT/border.php
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#4
|
||||
|
||||
|
one way of keeping the formating but making it 'invisible' would be to alter the colours to match that of the backgrounds. Otherwise I would try changing width px's.
|
| Post Reply |
| Thread Tools | |
|
|