Hi,
The option COLOR SECTION: Section Minimum Height: At least 100% of Browser Window Height not work in Android Device 2.36.
How could I resolve that?
THANKS
Observation:
This problem occur only IF the model is: BLANK – NO HEADER, NO FOOTER
Hi Yigit,
Thanks for the fast attendance. But I resolved this issue just blocking the javascript effect in mobile devices.
Follows the code for someone with similar issue:
@media only screen and (max-width: 479px) {
.responsive.js_active .av-minimum-height .container {
opacity: 1;
}
}