A user is trying to locate previously added custom CSS code that controls the spacing between arrows in the Dawn theme’s announcement bar. The goal is to reduce arrow spacing so announcement text displays on a single line instead of wrapping.
Troubleshooting steps suggested:
Check component-slider.css file in the Assets folder
Look for CSS targeting .slider-buttons with justify-content: space-between
Search in announcement-bar.liquid and sections.liquid files
Resolution:
The user eventually located the code in header.liquid, though they’re uncertain why it was placed there rather than in the typical theme files. The specific code adjusts the announcement bar slider width, which controls how text wraps relative to the navigation arrows.
Summarized with AI on November 12.
AI used: claude-sonnet-4-5-20250929.
Sometime ago i added some code to change the spacing between the announcement bar arrows, but now i would like to add more spacing and cant find where the code is, i’ve tried inspecting the element, but it shows the place as dazzilia.com which i don’t know what file it is.
Check this one. You can find the code in the component-slider.css.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “component-slider.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
Sorry your confusing, you want to add space between the arrows and the text so the text will used one line only? To adjust the line of the text is the wrapper width. It seems like your looking on this code?