How do I add space after currency symbol? (FSB)

If you wish to add space after the currency symbol in your Free Shipping Bar, add this code to the custom code section at the bottom of the bar's configuration page:

<style>
#fsb_symbol{
margin-right: 2px;
}
</style>

 

Like so:

Screenshot 2024-03-04 at 1.30.11 PM.png

 

 

To adjust the amount of space, "2px" is the part you'll change:
Screenshot 2024-03-04 at 1.30.29 PM.png

 

That adds 2 pixels of space. You can add more space by setting it to a higher number (4px, 5px, etc.)

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.