Home Forums WoodMart support forum Popup close button (MOBILE and DESKTOP)

Popup close button (MOBILE and DESKTOP)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #179954

    Duff
    Participant

    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?

    #179981

    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

Viewing 2 posts - 1 through 2 (of 2 total)