Advertisement
swte

Ultimate GDPR Plugin bottom gap fix

Apr 29th, 2021
965
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. document.addEventListener('DOMContentLoaded', function(){
  2.     if (document.cookie.toString().match(/ct-ultimate-gdpr/) !== null){
  3.         document.querySelector('body').classList.remove('ct-ultimate-gdpr-cookie-bottomPanel-padding');
  4.         document.querySelector('body').style.paddingBottom='0';
  5.     }
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement