Title: Shortcode
Last modified: November 6, 2024

---

# Shortcode

 *  Resolved [brankokf](https://wordpress.org/support/users/brankokf/)
 * (@brankokf)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/shortcode-1003/)
 * Is there a link i can use to reopen the banner on mobile?

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

 *  Plugin Support [Antonio Candela](https://wordpress.org/support/users/antoiub/)
 * (@antoiub)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/shortcode-1003/#post-18119761)
 * Hello [@brankokf](https://wordpress.org/support/users/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/](https://complianz.io/add-a-link-to-show-the-cookie-banner/).
 * I hope this helps.
 *  Thread Starter [brankokf](https://wordpress.org/support/users/brankokf/)
 * (@brankokf)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/shortcode-1003/#post-18136707)
 * Is there a quick way to reduce the banner on mobile?
 * This code provided [here](https://complianz.io/css-lesson-13-adapting-your-banner-size-to-your-websites-design/)
   below doesn’t seem to work anymore.
 * /* Limiting CSS to Mobile or Screen Size */ [@media](https://wordpress.org/support/users/media/)
   only screen and (max-width: 600px) { #cmplz-cookiebanner { font-size: 12px; }}
 *  Plugin Support [Antonio Candela](https://wordpress.org/support/users/antoiub/)
 * (@antoiub)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/shortcode-1003/#post-18169701)
 * Hello [@brankokf](https://wordpress.org/support/users/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:
 *     ```wp-block-code
       /* 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.

 * ![](https://ps.w.org/complianz-gdpr/assets/icon-256x256.png?rev=2881064)
 * [Complianz - GDPR/CCPA Cookie Consent](https://wordpress.org/plugins/complianz-gdpr/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/complianz-gdpr/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/complianz-gdpr/)
 * [Active Topics](https://wordpress.org/support/plugin/complianz-gdpr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/complianz-gdpr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/complianz-gdpr/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Antonio Candela](https://wordpress.org/support/users/antoiub/)
 * Last activity: [1 year, 6 months ago](https://wordpress.org/support/topic/shortcode-1003/#post-18169701)
 * Status: resolved