Reduce Reopen button size on mobile

Add the code below to Custom CSS field on your Popup widget’s Settings tab:

@media(max-width: 500px) {
	.global-styles, [class^="FloatingButton__FloatingButtonContainer"] {
		transform: rotate(270deg) translateX(50px) scale(0.8);
	}
}
2 Likes

this changed many other button shen I only put it on the one, do I need to close it some

how?

1 Like

Please try to remove .global-styles,from this code and let me know if it helped :slightly_smiling_face:

1 Like

Again you da man, I’ll retain some of this some day :sweat_smile:

1 Like