Skip to main content

Cookie Banner not working

Comments

1 comment

  • Hi Gian,

    The problem why you could not visualize the cookie details through the button on the cookiebot banner is because the "input" checkbox of the marketing category covers the details link. The marketing checkbox has CSS style that add width: 253px to it and that's why it goes over and cover the details button next to it and when you press it only the marketing option is changed. 
    You could inspect the marketing option and then disable this property: 

    select, inputtextarea, .wpb_button {
          width253px;
    }
     
    This css adds width of 253px to the input field and in this way it goes over the element next to it, but when you remove the width style everything works fine. Just override this setting for the cookiebot banner input fields and everything should be fixed, hope this will solve your problem.
     
    Regards,
    Spas
    0

Please sign in to leave a comment.