(This page includes affiliate links. If you click and purchase, I receive a small commission at no extra cost from you and that way you can support me. I only recommend tools that I have personally used and loved.)
Required for Custom CSS.
1 – Elementor Pro
Remove the extra space below icons that Elementor adds by default
.floating-bar-dm : Add this CSS class to the container that contains all the icons OR add it to the individual icons that needs the space removed.
.floating-bar-dm .elementor-icon {
margin-bottom: -5px;
}
Javascript used for Toggle Button to work
floatingBar.style.transform = ‘translateX(-150px)’; Change the translateX value to your desired value for each different device, make sure you do it in both location.
.dm-floating-toggle : is the CSS class of the toggle button which on click runs the below javascript
.dm-floating-bar-container : is the CSS class of the whole container that contains the toggle button and floating bar