alyndra (
alyndra) wrote in
style_system2018-12-12 09:14 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
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?
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?
no subject
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:
no subject
no subject
Not surprised that things are wonky on small phone screens. I don't have one of those to test with.
no subject
#canvas {
background-attachment: fixed;
}
no subject
Nope, didn't do it. Thanks though!
no subject
no subject
no subject
It does work now! Thank you!
no subject
Awesome, glad to help :)