• Resolved Mr Lucky

    (@voodoochill)


    When viewing on iPhone the close [x] button gets hidden by the address bar at top of browser (Safari) as soon as you start scrolling to read the message. It seems almost impossible to get it back.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support CookieYes Team

    (@cookieyesteam)

    Hi @voodoochill,

    Greetings from CookieYes!

    Please try the below custom css to resolve this issue:

    @media (max-width: 576px) {
      .cky-preference-center {
        max-height: calc(100vh - 90px) !important;
      }
      .cky-notice-btn-wrapper .cky-btn:last-child,
      .cky-prefrence-btn-wrapper .cky-btn:last-child {
        margin-right: 0 !important;
      }
    }
    Thread Starter Mr Lucky

    (@voodoochill)

    Thanks that worked, combined with making the X larger

    Plugin Support CookieYes Team

    (@cookieyesteam)

    Hi @voodoochill,

    This thread has been inactive for a bit, so we are going to mark it as resolved now. Please feel free to open a new thread or follow-up if you have any further questions or still need help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘close [X] button gets hidden on iPhone’ is closed to new replies.