• Resolved r3qlzz

    (@r3qlzz)


    Hello everyone !

    Its me again 😀

    I want to have only the logo appear on the header with center but i don’t know how to do it .

    Of course i checked on the forum and in the documentation :).

    Here my code :

    .cmplz-cookiebanner {
        grid-template-columns: 1fr;
        margin: 0px;
        border-radius: 0px;
        width: 100%;
    }
    .cmplz-cookiebanner .cmplz-header {
        grid-template-columns: 1fr;
        justify-content: center;
    }
    
    .cmplz-cookiebanner .cmplz-body {
         justify-content: center;
         grid-column: span 3;
         font-family: 'Handlee';
    }
    
    .cmplz-cookiebanner .cmplz-buttons {
        grid-row-start: revert;
        grid-column-start: 1;
        margin:auto;
    }
    .cmplz-cookiebanner .cmplz-logo img {
        max-height: 100px;
        width: inherit;
    }
    
    @media (max-width: 768px) {
    #cmplz-manage-consent .cmplz-manage-consent {
        display: unset;
        width:45%;
        left: 27vw!important;
    }
    .cmplz-cookiebanner .cmplz-buttons {
        flex-direction: row;
    }
    
    }

    Thank you for your help.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Only logo’ is closed to new replies.