Move widget to the top

Add this code to the Custom CSS field on the Style tab of your Click to Call widget’s settings:

.global-styles, 
[class^="Main__Component"] {
  bottom: auto;
  top: 10px;
}
.global-styles, .eapp-click-to-call-window-component {
  bottom: auto;
  top: 300px;
}