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

    Hello,

    version 4.8.2, the cookie consent popup shows correctly on desktop and tablet but incorrectly on mobiles.
    The “Ok” button does not show up. I have attached the website url in the private section.

    Thank you,

    Ben

    #1299239

    Hi Ben,

    It’s hidden with this CSS:

    @media only screen and (max-width: 767px) {
    .avia-button {
        display: none !important;
    }
    }

    Please try removing, or altering that CSS. If you need help finding it, then please include admin WordPress login details in private.

    Best regards,
    Rikard

    #1299364

    Thank you so much!

    #1299399

    Hi bambinou1980,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problem with cookie consent – Button buttons showing on mobile’ is closed to new replies.