Hopefully, someone is still around...

Jan 01, 2014 18:22

Okay, so I'm trying to help a friend customize 'Icicles.' I can't seem to get the header image to center.

Here's the CSS code we're using...

body {background: url(http://i13.photobucket.com/albums/a252/SovsLady/LJ%20Icons/ ( Read more... )

header, header:image, $acct level:paid or perm

Leave a comment

Comments 7

fiddlingfrog January 11 2014, 02:18:05 UTC
Sorry, I don't see any header image in your live link.

Reply

doeeyedbecky January 11 2014, 06:27:44 UTC
Okay, so it's not even showing the correct LAYOUT...

let's try this...
http://beckystestcomm.livejournal.com/

Active until 01.25.14

Reply

fiddlingfrog January 11 2014, 11:59:32 UTC
Okay, I think I got this right. Let me know how it turns out for you.

First step: Replace your
#header { } with
#header {
background-image: url(http://i13.photobucket.com/albums/a252/SovsLady/LJ%20Icons/Banners/EN-Voices_Butterfly.jpg); height: 400px; width: 532px; background-repeat: no-repeat;
background-position: top center;}

Next, replace your
#header-inner { } with
#header-inner {height: 530px; }

Finally, replace your
#header-text { } with
#header-text { float:none !important; text-align:center; position: relative; top: 400px; }

Reply

doeeyedbecky January 11 2014, 18:36:19 UTC
Okay, the banner shows, but it's not centered and no text shows.

Reply


Leave a comment

Up