unfortunately this does not work.
A user running the Empire Shopify theme needs help adjusting spacing in the announcement bar to improve text readability.
Solutions Proposed:
oscprofessional suggested adding CSS code to theme.scss.liquid (Assets > Edit code):
word-spacing: 10px; for screens 720px+ wideletter-spacing: 2px; for the announcement barGemPages recommended editing the theme.liquid file and pasting code before </head> to increase letter and word spacing
Current Status:
The user reported that at least one solution didn’t work. The discussion appears ongoing, with no confirmed resolution yet. The issue involves CSS modifications to control text spacing in the announcement bar component.
unfortunately this does not work.