• Resolved macridder

    (@macridder)


    When selecting Customize Consent Preferences on a mobile phone, the text opens with the heading outside the top of the screen. On larger screens it works perfectly.

    Mobil: iPhone14

    iOS: 17.2.1

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

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

    (@cookieyesteam)

    Hi @macridder,

    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;
      }
    }
    Plugin Support CookieYes Team

    (@cookieyesteam)

    Hi @macridder,

    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 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Heading text outside the top of the screen n mobile devices’ is closed to new replies.