Home Forums WoodMart support forum popup close button position change

popup close button position change

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #94717

    christnolan77
    Participant

    Hello, i want to change the close button position but not the promo code.
    http://prntscr.com/lsabhx

    #94720

    christnolan77
    Participant

    i mean promo popup

    #94749

    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

    #94885

    christnolan77
    Participant

    Hello, it’s not promo popup it’s a button the css code for it is mfp-ready button.mfp-close.
    second i can not found these templates in wp bakery https://gyazo.com/fe0f61b404f7e2fbc3397794aeae016d. thanks in advance

    #94903

    Hello,

    Please provide your site admin access for checking.

    Best Regards

    #94915

    christnolan77
    Participant

    Hello, i’m using localhost at the moment.

    #94936

    Bogdan Donovan
    Keymaster

    Hi,

    Try to replace previous code with this one

    .mfp-wrap .woodmart-content-popup {
    	position: relative;
    }
    
    body button.mfp-close {
    	position: absolute;
    }

    Regards

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