Hello,
Please try adding the following Custom CSS in the Custom CSS area under Theme Settings >> Custom CSS.
.platform-Mac .hide-larger-price .price>ins,
.platform-Mac .hide-larger-price .price>small,
.platform-iOS .hide-larger-price .price>ins,
.platform-iOS .hide-larger-price .price>small {
margin-left: 4px;
}
.platform-Safari body.hide-larger-price .price>ins,
.platform-Safari body.hide-larger-price .price>small {
margin-left: calc(1em + 4px);
}
And this will be fixed in the next update.
Best Regards.