CSS to change the Bottom Minimal banner
-
Hi
After the big 6.0 update I had problems with the “bottom banner” …. and I had some problems finding the right information on how to fix it. (This post is to point others in the right direction ??
This CSS did it for me ??
/* Banner - Bottom Minimal */ .cmplz-links .cmplz-link { display:none; } .cmplz-cookiebanner .cmplz-message, .cmplz-message a { /* font-size: 0.8em; line-height:35px; */ } .cmplz-cookiebanner { padding: 0px 25px 20px 25px; margin: 0px 0px 0px 0px; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-width: 150px; } /* Move Banner to Top */ .cmplz-cookiebanner { /* bottom: unset; */ } .cmplz-cookiebanner { /* to make it fullwith without a gap on the right side */ width: 100%!important; }
I found it here:
https://complianz.io/css-lesson-19-the-minimal-bottom-banner-revisited/Keywords: Complianz Cookie banner bottom minimal banner layout problem CSS
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS to change the Bottom Minimal banner’ is closed to new replies.