• Resolved codrx

    (@codrx)


    Hello,
    I have a issue with your plugin after the update to the last version.
    With this version 5.5.3 everything was ok.
    Attached a google drive link to a photo with the issue.
    https://drive.google.com/file/d/1dDbV4TTwVbYJitxtKa6UbYy9MOu0SMXE/view?usp=sharing
    The buttons from the cookie-banner are showing bad. In the photo you will see that it s showing only accept, but the cancel it s show just the border.
    I hope you will understand the issue.
    I’m using this css code to solve the issue.

    .cmplz-cookiebanner .cmplz-buttons {
        flex-wrap: wrap;
    }
    
    .cmplz-cookiebanner .cmplz-btn.cmplz-deny, 
    .cmplz-cookiebanner .cmplz-btn.cmplz-view-preferences,
    .cmplz-cookiebanner .cmplz-btn.cmplz-save-preferences {
        flex:1;
    }

    But I want to check if you have other fix for it or you will release in the next update, because I have the plugin on few website and I don’t want to add on each website this css code.
    Please let me know if you need something else from me.
    Thank you!

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

The topic ‘Banner issue’ is closed to new replies.