Advertisement
sierre

Complianz Consent Banner

Jul 18th, 2024
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.88 KB | None | 0 0
  1. /*== Codes Added to https://bookamassagenow.com/wp-admin/admin.php?page=complianz#banner/custom-css ==*/
  2. @media (min-width: 1024px) {
  3. .cmplz-cookiebanner.cmplz-show {
  4. max-width:80%!important;
  5. left:10%!important;
  6. }
  7. }
  8.  
  9. @media (max-width: 767px) {
  10. .cmplz-cookiebanner.cmplz-show {
  11. width: 80%;
  12. margin-left: -5%;
  13. }
  14.  
  15. #cmplz-manage-consent .cmplz-manage-consent {
  16.   right: 80%;
  17. }
  18. }
  19.  
  20. @media (max-width: 700px) {
  21. .cmplz-cookiebanner.cmplz-show {
  22. width: 350px;
  23. margin-left: unset;
  24. left: 190px;
  25. }
  26.  
  27. #cmplz-manage-consent .cmplz-manage-consent {
  28.   right: 70%;
  29. }
  30. }
  31.  
  32. @media (max-width: 460px) {
  33. .cmplz-cookiebanner.cmplz-show {
  34. z-index:2;
  35. }
  36. }
  37.  
  38. .cmplz-buttons .cmplz-manage-options {
  39. border: none!important;
  40. padding: 0;
  41. text-decoration: underline;
  42. min-width: 0;
  43. color: #1e73be!important;
  44. margin: 0;
  45. text-align: center;
  46. height: auto!important;
  47. font-size: 12px!important;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement