• Resolved Volkmar Kantor

    (@volkmar-kantor)


    The CSS of the .cmplz-blocked-content-notice class is not very good – the notice to click will be displayed wrong i.e. on the IE11.

    Can you please add the following CSS-Properties by default:

    
    top:50%
    left:50%;
    transform:translate(-50%, -50%);
    

    This will center the notice inside the cmplz-placeholder.

    And on the placeholder-container a max-height:350px; would be great – so the container will not get that huge.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Hi @volkmar-kantor,

    Thanks for the suggestion, we will test it and add it in the next update on success.

    Rogier

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @volkmar-kantor,

    This will be fixed in our next release. By default, the blocked content notice will be centered as you suggested. The height might need additional CSS in some use cases, forcing height by default will cause other use cases to fail both in IE11 and other browsers. If it persists, please make a new thread.

    We have 4.2 scheduled in a week or two.

    regards Aert

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Support for IE11 – clickable notice’ is closed to new replies.