I really like my new background and I'm a bit proud, because I did it on my own AND like it. But I'm not that good at the HTML/CSS stuff. I had some lessons at school, two years ago, but I have never learned, how to create blog backgrounds. We only learned think I will never need... ;)
I used some tutorials, which I found on the internet and it worked well, BUT! I have a problem.
When I visit my blog using my laptop, it looks like this:

When I use the computer of my parents, it looks like this:

I know the reason: My laptop has a smaller screen than my parents computer, but I don't know how to fix it, so that it looks the same on any computer!
Do you know how I can fix that?
If you know it, please give me some good advice!
How does my background appear on your screen?
Thank you all!
Your background appears on my computer how it does on your laptop--it's perfect. :)
ReplyDeleteIt looks like the 2nd picture on my computer. Maybe there's a difference in the computer model. I have a Mac, and my friend has a Dell. Which might explain why my blog looks different on her computer than it does on mine.
ReplyDeleteHi Antonia! The problem seems to be that the header is centred and the rest of the page isn't. Try this....find the part in the html code where it says 'outer-wrapper' and replace the code already there with this:
ReplyDelete#outer-wrapper {
position: absolute;
background: #B1B7BD;
width: 950px;
left: 50%;
margin-left: -475px;
padding: 10px;
text-align: left;
word-wrap: break-word;
overflow: hidden;
}
It should work. If not, let me know and I'll try again!