• Hi to all,

    I’m noticing that the banner goes strangely to 100% width on viewport between 700px and 736px.

    Update:
    The problem seems appear only if the browser windows is not maximized.
    Issue verified on Firefox Browser/win.

    Seems is due to a wrong “min-width” in this rule:

    @media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-popovercenter {
    top: 50% !important;
    left: 50% !important;
    min-width: calc(100%) !important;
    }
    Needs a little fix!

    Thanks in advance, bye

    • This topic was modified 1 month, 1 week ago by dret42.
Viewing 1 replies (of 1 total)
  • Plugin Author Support

    (@nikelschubert)

    Hi,

    i can confirm this behaviour. Can you elaborate a bit more why this is a bug/problem from your perspective?

    Regards

    • This reply was modified 1 week, 6 days ago by Support.
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.