Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*== Codes Added to https://bookamassagenow.com/wp-admin/admin.php?page=complianz#banner/custom-css ==*/
- @media (min-width: 1024px) {
- .cmplz-cookiebanner.cmplz-show {
- max-width:80%!important;
- left:10%!important;
- }
- }
- @media (max-width: 767px) {
- .cmplz-cookiebanner.cmplz-show {
- width: 80%;
- margin-left: -5%;
- }
- #cmplz-manage-consent .cmplz-manage-consent {
- right: 80%;
- }
- }
- @media (max-width: 700px) {
- .cmplz-cookiebanner.cmplz-show {
- width: 350px;
- margin-left: unset;
- left: 190px;
- }
- #cmplz-manage-consent .cmplz-manage-consent {
- right: 70%;
- }
- }
- @media (max-width: 460px) {
- .cmplz-cookiebanner.cmplz-show {
- z-index:2;
- }
- }
- .cmplz-buttons .cmplz-manage-options {
- border: none!important;
- padding: 0;
- text-decoration: underline;
- min-width: 0;
- color: #1e73be!important;
- margin: 0;
- text-align: center;
- height: auto!important;
- font-size: 12px!important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement