wrong but wromantic (
sally_maria) wrote in
style_system2014-09-21 09:45 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Tweaking a Paper Me layout (Solved)
I'm afraid I'm again trying to do things above my knowledge of CSS.
As you can see on
sally_maria, I've replaced the background image, and reduced the size of the space at the top before the entries start, but I'd like to move the title up, so I can reduce the gap further, and I can't work out what is controlling its position.
Thank you for any help you can give me.
As you can see on
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Thank you for any help you can give me.
no subject
#header {
margin-top: 0;
}
no subject
For anyone else trying the same thing, I found
#header {
height: 200px;
margin-top: -2em;
}
gave the effect I wanted.
no subject