Ability to chage verticle position more than 200px I need it 1000

Ability to chage verticle position more than 200px I need it 1000

1 Like

Hi there @user12416 :wave:

This code should help you:

.global-styles, [class^='FloatingButton__FloatingButtonContainer-sc'] {
    bottom: 80px;
  }
  
[class^="Window__Component"] {
  bottom: 80px;
}

[class^="Window__WindowComponent"] {
  bottom: 80px;
}

Just add it to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

thanks!

1 Like

You are always welcome :wink: