Issue: On a Shopify store (Broadcast theme), the desktop layout appeared shrunken with white bars on the right, while mobile looked normal. The behavior persisted across another store version, despite no recent changes.
Resolution: The storefront issue was fixed by identifying an app as the cause and removing/adjusting it. No specific app was named.
Follow-up styling: A participant noted the logo is off-center on larger screens. They recommended adding “justify-content: center;” to the .section-double__aside class, which already uses flexbox, to center content.
Implementation guidance: The CSS should be added in the theme’s CSS file (assets/theme.css), not in section-double.liquid. Find the .section-double__aside selector and add “justify-content: center;” within its curly brackets.
Notes: Screenshots were shared to illustrate the off-center logo and where to place the CSS rule. Dawn was mentioned only for familiarity; the fix applies to Broadcast as well.
Status: Primary display issue resolved via app removal; CSS centering tweak pending correct file edit. No further open questions noted.
For some reason my Shopify Store aspect ration on desktop is set to what it should be on mobile? On mobile, it looks normal but on desktop it’s all smaller than it should be causing there to be white bars where there shouldn’t be.
If you go to that, you can see the white bar on the right hand side. On mobile, i tried doing view as desktop and it’s literally a small little square on the top left. I didn’t make any change’s to it so I don’t know how this happened? I also tried another version I had - and it did the same thing.
Hey! Looked at your site before seeing you had figured it out
You’ll want to add justify-content: center; on yoursection-double__aside class (I noticed you already have flex on there) - your logo is currently off-centre on larger screens