and the birds were singing to calm us down.

Jun 22, 2009 23:05

Layout: And the birds were singing to calm us down {S2 Flexible Squares}
Features: custom contextual pop-up, mini icons, custom comments pages
Account types: basic // plus // paid
Notes: I'm not at all sure how this looks on higher than 1024×768 resolution! It *is* supposed to work, though. Background originally from Cole & Son.

Read more... )

&layouts:style:elegant, &layouts: flexisquares, layouts

Leave a comment

surfing_thesun June 22 2009, 22:19:40 UTC
it's gorgeous! (:
I'm definitely taking.

I want to add a header image of my own, can I? If so, can you explain me how to put it?

thanks in advance.

Reply

ghost_factory June 23 2009, 10:40:16 UTC
It might be possible to add a header - how large image do you want to add?

Reply

surfing_thesun June 23 2009, 23:12:57 UTC
i was thinking to put it over the entry thing..

Reply

ghost_factory June 25 2009, 18:59:43 UTC
try adding this:
.headerimage {
position: absolute;
top: 70px;
left: 330px;
width: 460px; /* header image width, this is the same as the id containing the entries */
height: 220px; /* your header image height */
margin-left: auto
margin-right: auto;
margin-bottom: 20px;
background-image: url("header image url");
background-repeat: no-repeat;
}
and after adding this, find #maincontent and increase top: 70px; with the height of your banner in pixels.
i haven't tested it, so i'm not sure it works, in case it doesn't, then i don't think it's possible to add a header (or it's beyond the limits of my css knowledge).

Reply

surfing_thesun June 26 2009, 17:31:27 UTC
ok, thank you so much! :D

Reply


Leave a comment

Up