• Resolved fastfreddie

    (@fastfreddie)


    Hi
    I trying the free version and the manage consent button is not shown on the mobile devices (only if rotate screen horizzontally)

    There something CSS trick to apply?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @fastfreddie,

    You can add the below CSS to Appearance > Customize > Additional CSS to force the Manage Consent button on mobile screen sizes:

    @media (max-width: 768px) {
    #cmplz-manage-consent .cmplz-manage-consent {
        display: unset!important;
        bottom: -5px!important;
    }
    }

    Hope it helps!
    Kind regards,
    Jarno

    Thread Starter fastfreddie

    (@fastfreddie)

    Thanks Jarno, now working fine

    Regards

    Plugin Contributor Mathieu Paapst

    (@paapst)

    Hi @fastfreddie
    Great to hear that your issue is resolved! Could you tell us what you think of the plugin or the support by casting your Review here? We’d love to hear your feedback!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Manage Consent Button’ is closed to new replies.