Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Antonio Candela

    (@antoiub)

    Hello @brankokf ,

    Thank you for reaching out.

    Yes, it’s possible, you can find all the steps and details in our guide. Here’s the link: https://complianz.io/add-a-link-to-show-the-cookie-banner/.

    I hope this helps.

    Thread Starter brankokf

    (@brankokf)

    Is there a quick way to reduce the banner on mobile?

    This code provided here below doesn’t seem to work anymore.

    /* Limiting CSS to Mobile or Screen Size */ @media only screen and (max-width: 600px) { #cmplz-cookiebanner { font-size: 12px; } }

    Plugin Support Antonio Candela

    (@antoiub)

    Hello @brankokf ,

    Sorry for the delay in my response. The guide seems to be outdated, so we are going to renovate or delete it.

    Please use this CSS code to optimize the banner on mobile:

    /* Limiting CSS to Mobile or Screen Size */
    @media only screen and (max-width: 768px) {
    .cmplz-cookiebanner .cmplz-message, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn, .cmplz-cookiebanner .cmplz-links.cmplz-information, .cmplz-cookiebanner .cmplz-links .cmplz-link, .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title, .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active{
    font-size: 14px !important;
    }
    }
    @media (max-width: 768px) {
    .cmplz-cookiebanner .cmplz-buttons {
    flex-direction: row !important;
    }
    }

    I hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Shortcode’ is closed to new replies.