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);
}
}
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);
}
}