I have been struggling with the moving up of the chat bubble overriding my theme bottom login/out web app bar for 2 days:
Tryed to:
- modify in Wordpress the child style.css and the functions.php
The style of the theme was not applying in style.css modified the <button id="wplc-chat-button"
`/*
Theme Name: Alukas child
Theme URI:
Description: Tema child di Alukas
Author: admin
Author URI: https://monbi.it
Template: alukas
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
/* == Add your own styles below this line ==
--------------------------------------------*/
#wplc-chat-button {bottom: 100px!important}
`
using jquery to add css to the chat bubble after manually applying the bottom:70px!important to Chrome
using jquery to add css to the chat bubble parent div
using jquery to add css to the chat bubble grandparent div