Home › Forums › WoodMart support forum › social and cookies › Reply To: social and cookies
July 9, 2020 at 8:37 am
#209633
Aizaz Imtiaz Awan
Keymaster
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.