I'm currently working on the layout for
hp_stillness, and I'm having an issue with the background. Is it possible to have a stationary background, with just the center area that scrolls? I tried entering it in the stylesheet, but after creating it, naming it, and saving it (with no errors), it didn't show up in my list of themes. I also tried just entering it
(
Read more... )
Comments 2
You should be able to use the new Custom CSS box in the customize area to add some rules like the following:
body {
background-position: top center;
background-attachment: fixed;
}
With any luck, that should work alongside the background-related options in the customize area, so you can continue to specify your background image in the background image box, etc. I've not tested this, so please give me a yell if it doesn't work. ;)
Reply
Reply
Leave a comment