Change widget offset on mobile (floating layout)

Add this code to the Custom CSS field on the Settings tab of your Back to Top widget’s settings:

@media (max-width: 500px) {
.global-styles,
[class*='Button__Inner-sc'] {
margin: 70px;
}
}
1 Like