Banner goes at 100% width on viewport between 700px and 736px
-
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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.