Forums
(@litteratus)
16 years, 10 months ago
Solved it: You have to change in style.css from
#wrap { background:url(img/light.gif) center top no-repeat; padding:20px 0; }
to
#wrap { background:url(img/light.gif) center top no-repeat; padding:0px 0; }
🙂