Hi,
I have a problem with the adjustment of the site.
If you enter the site: ZEPPELIN MODE - Textilmanufaktur, you see that if you scroll that the background dont move. Only the rest is flexible.
I entered this code in the HTML setting:
If I dont use this Code then is the background and the text liquid but if i make the window smaller then goes the content out of the screen.PHP Code:<style type="text/css">
html, body {
background-attachment: fixed !important;
background-position: center top !important;
}
</style>
On the first image you can see the problem, that the background and the text are on diferent levels (fixed and liquid).
On the second you see the site without the code, then it works correct but if you make the window smaller the text goes away.
Has anyone a sollution ?
Thank You.


