Home Forums WoodMart support forum social and cookies Reply To: social and cookies

#209633

Hello,

I have logged into your website and Replaced the previous CSS with the following.

body .woodmart-cookies-popup {
top:0;
bottom: auto;
}
body .woodmart-cookies-popup,
body .woodmart-cookies-popup.popup-hide {
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
}
body .woodmart-cookies-popup.popup-display {
-webkit-transform: none;
transform: none;
}

And the popup is closing on the top. Please clear cache and check back.

Best Regards.