Logo and Navigation Menu won't center - Broadcast Theme

Topic summary

A Shopify store using the Broadcast theme experienced an unexpected layout change approximately one month ago. The logo and navigation menu, previously centered, now appear left-aligned.

Key details:

  • The logo placement option has disappeared from the theme sections settings
  • No custom code was recently added that might explain the change
  • The issue affects the desktop header display

Proposed solutions:

  • One user suggested adding CSS code to override the header alignment:
    .header__desktop__bar__c {
      justify-content: center;
    }
    
  • Another user requested the store URL to investigate further

Status: The discussion remains open with no confirmed resolution yet.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

My site has had a centered logo and menu nav since we began. About a month ago it is now showing left aligned and I can’t figure out how to get it to recenter. I have searched and tried everything so far and nothing has worked. When I go into my sections, logo placement isn’t an option anymore. So, maybe I’m missing it. I haven’t added any csutom code, so I wouldn’t think that’s been effected?! Any help is greatly appreciated! Thanks

1 Like

Inside your custom CSS code, try add or override .header__desktop__bar__c with “justify-content: center;”

e.g.

.header__desktop__bar__c {
    justify-content: center;
}

Hi @knonistopm

Could you share your store URL?