Change announcement bar width Dawn theme 13.0

Topic summary

A user running Dawn theme version 13.0.1 wants to modify the announcement bar slider width to display text in a single line on desktop.

Current Issue:

  • The announcement bar uses a grid column divided into 3 parts
  • Text currently wraps across multiple lines
  • User wants to expand the center section to accommodate full text on one line

Proposed Solution:

  • Another user suggested adding CSS code to base.css: .utility-bar__grid { min-width: 100%; }

Status:

  • The CSS solution was implemented but did not resolve the issue
  • The announcement bar appearance remains unchanged
  • The problem is still unresolved and awaiting further troubleshooting
Summarized with AI on November 11. AI used: claude-sonnet-4-5-20250929.

Hi,

I am on Dawn 13.0.1 and want to change the announcement bar slider width. I understand it is a Grid column divided in 3 parts. I want to increase the centre so that text comes in 1 line for the desktop.

Current:

Need the announcement bar to look like this in single line when changed computed from 382 to 450:

URL: www.irsyaofficial.com

Thanks !

@aaskretail Please add below css

.utility-bar__grid {
   min-width: 100%;
}

Hi,

Thanks. I added the code in base.css, It still looks the same.

I want it to look like: