Note: This icon menu is designed to be used in a Kadence element so it sticks to the side of the screen on all pages. To use this block, copy the section to a new Kadence element and apply the following settings:
Element type: Fixed
Placement: Fixed Bottom (no space below footer)
Width: Auto
Position: Right
Display Settings
Show on: Entire site
Leave all other settings as they are (Unless you want to hide on smaller devices etc.)
In the Custom CSS toggle inside the section you will see the following CSS.
.kadence-pro-fixed-item .bb-fixed-icon-menu-1 {
transform: translateY(-33vh)
}
You can adjust the vertical position of the menu if you make it taller or shorter by altering the -33vh value.