• We strongly recommend this plugin over the more popular ones as this is the only plugin that we found that is lightweight and AMP compatible. Configuring capability from within the customiser is an added bonus.

    We had to introduce a few CSS changes to avoid covering the entire screen.

    
    @media (max-width: 414px) {
      .wp-gdpr-cookie-notice-inner {
        margin-top: 25% !important;
      }
    }
    
    .wp-gdpr-cookie-notice-inner {
      border: 5px solid #000;
      background-color: #fff;
      padding: 25px;
    }
    
    .wp-gdpr-cookie-notice {
      background-color: initial !important;
    }
    
    .wp-gdpr-cookie-notice-controls {
      display: block !important;
      margin-top: 15px;
    }
    
    .wp-gdpr-cookie-notice-toggles {
      margin: 15px 0px !important;
    }
    
    .wp-gdpr-cookie-notice {
      box-shadow: none !important;
    }
    
    • This topic was modified 2 years, 8 months ago by smalloutside.
    • This topic was modified 2 years, 8 months ago by smalloutside.
  • The topic ‘Lightest and AMP compatible Cookie Consent’ is closed to new replies.