Hi Armin!
I did some css to change the position of the textboxes but I'm not really sure whether this was the right way to do it.
The mistakes appeard in all browsers I've tried..
When I gave the text a position: fixed and also described right an left, it worked.
For example:
For the text on the Detail-Side for the Vases:
.vases {
position: fixed;
top: 38%;
left: 9px; right: 53%;
}
Is there a better way to do it? I'm a bit afraid, that this will happen again.
And also there was the marquee weird postioned (not moving and with the other font format) on the site and I figured out it's the point:
.tagline
I wrote the css for now:
.tagline {
display: none;
}
I did the update, but the weird marquee is still there when I delete the css I wrote.
Regards,
Elena