Dear Teitbite,
Thank you for checking out my problem. The CSS classes you mentioned are a great starting point in solving the problem. The black lines have indeed disappeared but unfortunately there is a new problem:
The slideshow now rotates in a weird fashion with no 3D animation on all browsers and all operating systems
I have cloned the website the new problem can be found here http://www.e-accounting.gr/test/
I will tamper with it see what happens!
Any help would be greatly appreciated.
Cheers,
Evangelos
teitbite wrote:Hi
I cannot check it on actual device, but I think this browser is not capable of rendering 3d transformation correctly. You will have to disable it by adding this code to override.css:
- Code: Select all
.gkIsWrapper-gk_appsprotech .gkIsText,
.gkIsWrapper-gk_appsprotech .gkIsSlide {
-moz-transform: none !important;
-moz-transition: none !important;
transform: none !important;
transition: none !important;
}