![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I like the colours and images in Koi, the Wide Open layout, but I prefer to have my entries and sidebar modules more clearly defined. So I had the bright idea of trying to use them in an Abstractia layout (Au Lait, to be precise, as the colours seemed to match best.)
I can change the background easily enough - you can see it on
sally_test but even though I have the file name for the header image, putting it into the header box on the Abstractia layout doesn't seem to do anything.
Am I attempting something beyond the powers of man? or is it just something obvious that I've missed.
Thank you for any help you can give me.
I can change the background easily enough - you can see it on
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Am I attempting something beyond the powers of man? or is it just something obvious that I've missed.
Thank you for any help you can give me.
no subject
Date: 2012-12-18 10:27 pm (UTC)no subject
Date: 2012-12-18 10:31 pm (UTC)It's only something I was playing with, so I'll wait and see when it gets fixed.
no subject
Date: 2012-12-19 01:36 pm (UTC)Pasting the temporary fix via custom CSS (http://www.dreamwidth.org/customize/options?group=customcss) if you or someone else needs it:
#header {
background: url(http://yourimage) no-repeat top center;
padding-top: 100px;
}
'padding-top' being the height of your image.
And to make sure the image is centered in left or right sidebar mode:
.two-columns-right #header,
.two-columns-left #header {
margin-right: 5%;
margin-left: 5%;
width: 89%;
}
no subject
Date: 2012-12-19 08:39 pm (UTC)Ah, Glitch. :-( I didn't think to make an icon of my glitch, I'll have to see if I can do something with one of my screen shots.
no subject
Date: 2012-12-19 08:44 pm (UTC)no subject
Date: 2012-12-19 08:47 pm (UTC)no subject
Date: 2013-01-01 06:04 pm (UTC)As it is, there were gaps, both at the top and the sides, where the image only spread as far as the main column and sidebar, and didn't stretch all the way across the window.
I changed it to:
#header {
background: url(http://www.dreamwidth.org/img/styles/wideopen/koi_header_background.gif) no-repeat top center;
padding-top: 137px;
margin-top: -10px;
}
.two-columns-right #header,
.two-columns-left #header {
margin-right: 5%;
margin-left: 0%;
width: 100%;
Which makes the image look right, but then the title and page description also spread right to the sides of the window, when it would be better if they stayed above the columns. Is it possible to fix that?
no subject
Date: 2013-01-01 07:45 pm (UTC).two-columns-left #header .inner {
margin-left: 6% !important;
margin-right: 6% !important;
}
no subject
Date: 2013-01-01 08:17 pm (UTC)I put a margin-top as well in to move the title up a bit, and I'm very pleased with how it looks.
Thank you again for all your help with this.
no subject
Date: 2012-12-18 10:28 pm (UTC)Abstractia is a nonstandard layout, which means it has a lot of from-scratch code - I suspect something in the header image code got messed up, though I'll have to dig farther into the code to see.
no subject
Date: 2012-12-19 08:42 pm (UTC)Thank you for very much for looking into it and the reassurance, though. It seemed like it ought to work, but I'm never sure I'm not missing something obvious.
no subject
Date: 2012-12-19 10:39 pm (UTC)