Home Forums WoodMart support forum popup close button position change

popup close button position change

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

    kiransharma.1
    Participant

    Hello Sir,

    Can we change popup close button position (attached screenshot)

    Attachments:
    You must be logged in to view attached files.
    #92673

    Hello,

    Please add this code to the Theme settings > Custom CSS

    .mfp-wrap .woodmart-promo-popup {
    	position: relative;
    }
    
    body #cboxClose, 
    body .full-screen-close-icon, 
    body button.mfp-close {
    	position: absolute;
    }

    Best Regards

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