alyndra: (Default)
alyndra ([personal profile] alyndra) wrote in [community profile] style_system2018-12-12 09:14 am

Entry boxes overlap background image

I made my layer years ago but it's not something I usually do or know much about. There's just one little issue where the fancy squiggle in the top right corner is always encroached on a little bit by the entry text boxes. How can I fix this? I don't much care if the entries get a little narrower or the squiggle does, whichever's easier.

Thanks in advance! You can click my name to see what I'm talking about.

P.S. If I wanted the background image 'fixed' to stay in view as I scroll down, what would be the right code to use for that?
mossgreen: Close-up of a thistle in flower (Default)

[personal profile] mossgreen 2018-12-12 08:37 pm (UTC)(link)
Hey - to fix your background pic in place, try adding this to the CSS box too:

#canvas {
background-attachment: fixed;
}
mossgreen: Close-up of a thistle in flower (Default)

[personal profile] mossgreen 2018-12-12 08:44 pm (UTC)(link)
Oh what a shame; it fixed my background for me. Hope someone else can help you, then!
momijizukamori: (dreamsheep | styles)

[personal profile] momijizukamori 2018-12-13 02:07 am (UTC)(link)
Switch #canvas to #container and it should work - Sunday Morning has non-standard names for some of the elements.
momijizukamori: Green icon with white text - 'I do believe in phosphorylation! I do!' with a string of DNA basepairs on the bottom (Default)

[personal profile] momijizukamori 2018-12-13 01:10 pm (UTC)(link)

Awesome, glad to help :)