sally_maria: (Default)
wrong but wromantic ([personal profile] sally_maria) wrote in [community profile] style_system2014-09-21 09:45 pm

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 [personal profile] 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.
sam_gardener: The catbus from My Neighbor Totoro. (Default)

[personal profile] sam_gardener 2014-09-21 09:28 pm (UTC)(link)
Try pasting this (below) in the custom CSS and see if it does what you want. (It seems to be currently set at 2em so if 0 moves it up to much maybe 1em?)



#header {
margin-top: 0;
}
Edited (can't spell) 2014-09-21 21:29 (UTC)
sam_gardener: Text: Dreamwith. dreamsheep inside a stargate and holding a stargate (sg_dreamsheep submerged)

[personal profile] sam_gardener 2014-09-21 09:56 pm (UTC)(link)
glad that helped!