Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #222306

    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

    #222315

    Observation:

    This problem occur only IF the model is: BLANK – NO HEADER, NO FOOTER

    #222479

    Hi!

    Can you post the link to your website so we can take a look?

    Regards,
    Yigit

    #222812

    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;
    }
    }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Section Minimum Height: At least 100%’ is closed to new replies.