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?
suncat: Basic Suncat Studio avatar (Default)

[personal profile] suncat 2018-12-12 05:00 pm (UTC)(link)
I'm only testing this idea in one browser (I use Firefox), and am not checking a lot of edge cases, so YMMV.

Go to the Customize Style section, for Custom CSS. You maybe have stuff there already, if you were working on your layer before. Try adding:



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;
}