GetSimple Support Forum

Full Version: Theme background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm currently using the theme Magic Forest and I noticed that the background image does not stretch fully.

[Image: ef2bc2d1a1964fa927458885f530e4ca.png]
How can I fix this?
(2022-08-22, 03:17:34)arduousgamer Wrote: [ -> ]I'm currently using the theme Magic Forest and I noticed that the background image does not stretch fully.

[Image: ef2bc2d1a1964fa927458885f530e4ca.png]
How can I fix this?

Code:
body{
background-size:cover;
background-position:center center;
}
If it was that easy I wouldn't be here. It seems as if the theme is not placing the background on the footer page.