|
#31
|
|||
|
|||
|
Change top image
Where do I change the top image?
I feel stupid coz I can't find it. |
|
#32
|
||||
|
||||
|
I'm not sure what you're referring to.
if you're referring to the space below each photo, it's not really a "bar" at all. It's simply the space below the photo. if you want the black area to have a consistent height, you can specify a height as is done in this code: Code:
#photobox {
background-color:#000;
padding-bottom:30px;
width:100%;
height:800px;
text-align:center;
}
This template is designed to accomodate a variety of image sizes and proportions, and setting a specific height would decrease this flexibility.
__________________
Scott Craig | cancerbox.com Last edited by cancerbox; 04-26-2007 at 09:35 PM. |
|
#33
|
||||
|
||||
|
The top image, as in a logo at the header of your site?
__________________
Scott Craig | cancerbox.com |
|
#34
|
||||
|
||||
|
I just wish to thank you for a great theme.
I'm using it right now with some modifications I've done (moved comments to own window and some other things) with regards aptass
__________________
"He's so cool that when he goes to sleep, sheep count him!" ...::[ A P T A S S v5.0 - Fabulous facts and more ]::... |
|
#35
|
|||
|
|||
|
Yes, that's what I mean!
|
|
#36
|
||||
|
||||
|
"Regarding the template, I'm sure you notice that by default, the header contains the title of your site. If you'd like to use an image logo instead, you can simply edit the style sheet (horizon.css) and replace the following:
Code:
#header .inside {
background:#000;
height:100px;
}
#header .inside h1 a {
float:right;
text-align:right;
color:#666;
padding-top:30px;
font-weight:normal;
display:block;
}
with this - where "logo.gif" is your logo. (be sure to place it in the images folder contained in your template directory)
#header .inside {
background:url(../images/logo.gif) top right no-repeat #000;
height:100px;
}
#header .inside h1 a {
float:right;
color:#666;
padding-top:30px;
font-weight:normal;
width:300px;
height:60px;
display:block;
text-indent:-9999px;
}
__________________
Scott Craig | cancerbox.com |
|
#38
|
|||
|
|||
|
Thanks for the skin!
I've modified it slightly and can be viewed here: http://www.gregnewman.us |
|
#39
|
|||
|
|||
|
what would i have to do if i wanted it to slide from the side?
edit: nevermind, i figured it out. I made a table.
__________________
http://www.apocalyps.ca - Shutters Photoblog Last edited by apoc; 05-01-2007 at 04:53 AM. |
|
#40
|
||||
|
||||
|
Thanks for share Cancerbox! I use it to: www.tdwesten.nl
|
| Post Reply |
| Thread Tools | |
|
|