Hello,
First of all, I must say that the Golf theme has a complex layout. If you want to create an ordinary site with a layout that’s much different than the original Golf theme layout, it could be complex to achieve. So, it’s recommended to use a theme that has a similar layout to the site you want to create.
To fix the problem with the floating image, please edit theme file sparky.css and find this part:
.sliderrow {
position: fixed;
top: 0;
width: 100%;
}
Change it to:
.sliderrow {
position: absolute;
top: 0;
width: 100%;
}
Best regards,
Milos