Okay
  Public Ticket #1167192
Footer on mobile devices
Closed

Comments

  • Patrizio Musilli started the conversation

    Hello,

    I kindly ask you to help us.

    We find a problem on the footer of this theme: on mobile devices (iphone 6s and other iphone) items do not work properly, see at the screenshot.

  •  1,801
    Support replied

    Hello Patrizio,

    You need to tap once for the contact details items to show up. If this is the problem. Otherwise please give us more details.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Patrizio Musilli replied

    Dear,

    our problem is that tapping the footer voice "visit us" we do not see any action. (we are talking about iPhone 6, 6s...)

    thanks in advance for your 

    Patrizio.

  •  1,801
    Support replied

    Hi,

    Pleas add this in Theme Options > Custom CSS:


    @media only screen and (max-width: 767px) {
    .animated-module p {
        opacity: 1;
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transition: translateY(0px);
        transform: translateY(0px);
    }
    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy