Title: Bottom offset buble
Last modified: September 7, 2020

---

# Bottom offset buble

 *  Resolved [Jason Chong](https://wordpress.org/support/users/dantianhealth/)
 * (@dantianhealth)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/bottom-offset-buble/)
 * I am trying to changed the bottom alingment of the bubble on mobile as I have
   a mobile menu bar fixed to the bottom of the page which this overlays.
    I am 
   trying the following CSS, however it is not getting recognised (though if I change
   this same setting in the inspector it does reflect the change). What am I missing
   to adjust this? Thanks
 *     ```
       @media screen and (max-width: 600px)
       #wpd-bubble-wrapper {
           bottom: 90px
       !important;}
       ```
   

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

 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupportmember/)
 * (@gvectorssupportmember)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/bottom-offset-buble/#post-13370793)
 * Hi [@dantianhealth](https://wordpress.org/support/users/dantianhealth/),
 * Please put the code in the Top Admin Bar > Customize > Additional CSS > “Additional
   CSS” textarea, save it, delete all caches and check again.
 *  Thread Starter [Jason Chong](https://wordpress.org/support/users/dantianhealth/)
 * (@dantianhealth)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/bottom-offset-buble/#post-13370936)
 * Hi, I am aware how to add custom CSS and have been trying it there already but
   it does not work.
 *  Thread Starter [Jason Chong](https://wordpress.org/support/users/dantianhealth/)
 * (@dantianhealth)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/bottom-offset-buble/#post-13371552)
 * Do you have any idea why that code is not working?
 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupportmember/)
 * (@gvectorssupportmember)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/bottom-offset-buble/#post-13371706)
 * Hi [@dantianhealth](https://wordpress.org/support/users/dantianhealth/),
 * Please delete the code added by you and try the following one:
 *     ```
       @media screen and (max-width: 600px){
          #wpd-bubble-wrapper {
              bottom: 90px !important;
          }
       }
       ```
   
 * In any case please don’t forget to delete all caches and press CTRL+F5(twice)
   on the frontend before checking.
 *  Thread Starter [Jason Chong](https://wordpress.org/support/users/dantianhealth/)
 * (@dantianhealth)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/bottom-offset-buble/#post-13372171)
 * Thanks that worked!

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

The topic ‘Bottom offset buble’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Jason Chong](https://wordpress.org/support/users/dantianhealth/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/bottom-offset-buble/#post-13372171)
 * Status: resolved