A simple layout this time. There will be many more layouts to come, so keep a look out for that. :)
I will be putting up a FAQ post soon, in the meantime leave a comment if you have any questions.
(UPDATED) Sidebar version!
Style: Flexible Squares
Title: Absolute
Includes: tiny icons, custom comments pages
Disabled: Title & subtitle
Account types:
(
Read more... )
Reply
I will make one now and add it to the post later. :)
You can come back later today or tomorrow if you are still interested.
Reply
But don't hurry. I can be very patient.
Reply
I went over to your comm and I noticed that you have quite a few graphics at your 'Blurb' part. You could disable tags and links so that your sidebar would not look like there is too much stuff in it. :) Just a suggestion though.
Reply
And thanks again! You are awesome! I will snag the code tonight (have to run some errands first).
Reply
The layout itself is working (and looking) great, but I have troubles with the header image. It just won't fit and I don't know what code I need to change to make it work. I tried a few things but without much success :(
http://i32.tinypic.com/e66fz6.png
The size 640x300px (which I also edited in the code)
Reply
Under .headerimage add in:
margin-left: 123px;
Sorry about that, it should work now.
Reply
.headerimage {
background: url("");
width: 640px;
height: 00px;
margin-left: 123px;
and replace the current .headerimage and it will be alright :)
Reply
Edit: Hm, no, that's not working either. As soon as you change the resolution or the the size of the browser windows the banner is fixed in place while the rest is moving. There seems to be something else missing :(
Reply
Try that and see how it is, I am not thinking properly today. :@
Reply
http://i32.tinypic.com/6fw1mu.png
Reply
It should be like this (copy this whole chunk and replace your codes and try):
.headerimage {
position: relative;
background: url(http://i26.tinypic.com/2udz72g.jpg);
width: 640px;
height: 300px;
margin-left: 332px;}
Reply
Reply
Sorry for this madness!
Reply
I copied the code again. It's working (image moves together with the rest). But it's not centered anymore, which is weird, because the code says top center
http://i32.tinypic.com/2hykymg.png
Reply
It should work now.
I have to thank YOU for telling me about this problem. :)
Reply
Leave a comment