• Resolved FGU Nord / Lars

    (@medieskolen)


    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)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @medieskolen,

    Glad to hear that this CSS works for you, thank you for sharing your solution with the community!

    If any further changes are desired, just let us know. We’d be glad to help you with some additional CSS.

    Kind regards,
    Jarno

Viewing 1 replies (of 1 total)
  • The topic ‘CSS to change the Bottom Minimal banner’ is closed to new replies.