Popup close button (MOBILE and DESKTOP)
-
Hi,
Is it possible to see the popup close button on mobile?
Also I have a button (on the popup) redirecting to a page. When this page open, the popup “pop” again.
On the desktop, the close button is really high (almost in the menu bar), can we change the position so it is easier to close it?
Hello,
There is no option to add a Close button on mobile.
Also I have a button (on the popup) redirecting to a page. Do you use our Pop up element? If so, the button of the popup may be linked to call up the popup only.
Please add this code to the Theme Settings > Custom CSS > Desktop:
.full-screen-close-icon, button.mfp-close {
top: 10%;
right: 20%;
}
Best Regards