A store owner wants their announcement header to scroll horizontally instead of wrapping to multiple lines when displaying longer text. This ensures visitors can read the entire announcement as it moves across the screen.
Solution Provided:
Add <marquee> tags around the announcement text in the theme code
Navigate to: Online Store → Themes → Actions → Edit code
Locate the announcement-bar.liquid file
Find the “AnnouncementBar_Wrapper” div class
Wrap the <p> tag content with <marquee>...</marquee> tags
Save changes
Current Status:
Implementation successful on desktop
Issue remains on mobile where the scrolling animation is not smooth
User seeking help to fix the mobile display problem
Summarized with AI on November 11.
AI used: claude-sonnet-4-5-20250929.
Hi, I would like the announcement header on my website not to wrap incase I put 2 sentences in it. Instead it should stay in one line and move automatically from left to right so the visitor can read the entire announcement.