Title: Customize the cookiebar
Last modified: March 31, 2021

---

# Customize the cookiebar

 *  Resolved [manuarmand](https://wordpress.org/support/users/manuarmand/)
 * (@manuarmand)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/customize-the-cookiebar/)
 * Hi there,
 * I have added your code `#cookie-law-info-bar {
    z-index: 999999 !important; }
 * But I have the same pb : the cookiebar is still overlapping my footer. I would
   like that the cookiebar comes below the footer but not overlapping 🙂
 * Tks for your time

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/customize-the-cookiebar/#post-14259368)
 * Hi [@manuarmand](https://wordpress.org/support/users/manuarmand/),
 * Please share the site URL.
 *  Thread Starter [manuarmand](https://wordpress.org/support/users/manuarmand/)
 * (@manuarmand)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/customize-the-cookiebar/#post-14259456)
 * [https://www.taxi-sante.fr/](https://www.taxi-sante.fr/)
    Tks for your time. 
   Big problem on mobile because it is overlapping 2 call to action buttons.
 *  Thread Starter [manuarmand](https://wordpress.org/support/users/manuarmand/)
 * (@manuarmand)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/customize-the-cookiebar/#post-14264913)
 * Hi,
    Please :)) … The site is online. I can’t leave the cookiebar too long with
   this overlapping :)) Tks for your help
 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/customize-the-cookiebar/#post-14267031)
 * Hi [@manuarmand](https://wordpress.org/support/users/manuarmand/),
 * We will check and get back soon.
 *  Thread Starter [manuarmand](https://wordpress.org/support/users/manuarmand/)
 * (@manuarmand)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/customize-the-cookiebar/#post-14267484)
 * I had to desactivate cookiebar on taxi-sante.fr
 * You will be able to check the same issue here : [https://www.atherm.com/](https://www.atherm.com/)
 * Tks for your help
 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/customize-the-cookiebar/#post-14276081)
 * Hi [@manuarmand](https://wordpress.org/support/users/manuarmand/),
 * We cannot see any action buttons in the site [https://www.atherm.com/](https://www.atherm.com/).
 * Although to move the postion of the cookie banner in mobile display, please add
   the below CSS in theme’s style.
 *     ```
       @media only screen and (max-width: 479px) and (min-width: 320px)
       {
           #cookie-law-info-bar {        
               bottom: 100px !important;
           }
       }
       ```
   
 *  Thread Starter [manuarmand](https://wordpress.org/support/users/manuarmand/)
 * (@manuarmand)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/customize-the-cookiebar/#post-14276579)
 * Hi there,
    The cookiebar is at the botomm of the website. I have made a screenshot
   [https://www.atherm.com/gdpr.png](https://www.atherm.com/gdpr.png) I don’t understand
   why you don’t see it. Can you try again maybe in a **private window.** Tks
 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/customize-the-cookiebar/#post-14276639)
 * Hi [@manuarmand](https://wordpress.org/support/users/manuarmand/),
 * Please try using below CSS code.
 *     ```
       @media only screen and (max-width: 500px) {
         #cookie-law-info-bar {
           bottom: 160px !important;
         }
       }
       ```
   
 *  Thread Starter [manuarmand](https://wordpress.org/support/users/manuarmand/)
 * (@manuarmand)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/customize-the-cookiebar/#post-14277732)
 * Thank you but with this code, the banner goes in the middle of nowhere (160px)
   🙂
    I would like the banner to go at the bottom of my screen (footer) but without
   overlapping the footer of my website. Tks for your time
 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/customize-the-cookiebar/#post-14293369)
 * Hi [@manuarmand](https://wordpress.org/support/users/manuarmand/),
 * Please try using the below code then and see if that fits you.
 *     ```
       #cookie-law-info-bar {
         position: relative !important;
       }
       ```
   
 *  Thread Starter [manuarmand](https://wordpress.org/support/users/manuarmand/)
 * (@manuarmand)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/customize-the-cookiebar/#post-14294169)
 * It works.
    Thank you so much for your help and your great work.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Customize the cookiebar’ is closed to new replies.

 * ![](https://ps.w.org/cookie-law-info/assets/icon.svg?rev=3007243)
 * [CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)](https://wordpress.org/plugins/cookie-law-info/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cookie-law-info/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cookie-law-info/)
 * [Active Topics](https://wordpress.org/support/plugin/cookie-law-info/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookie-law-info/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookie-law-info/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [manuarmand](https://wordpress.org/support/users/manuarmand/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/customize-the-cookiebar/#post-14294169)
 * Status: resolved