- Two text blocks on the home page were rendering in a narrow column hugging the left edge on phones instead of filling the width and centering. They now display correctly on mobile, in line with the rest of the page – and the desktop layout was left untouched.
- Diagnosed the real cause rather than patching the symptom: the two affected sections each carried an extra layout preset that forced their text column to 60% width on phones, quietly overriding the column's own correct full-width setting – the five matching sections on the page did not have it.
- Confirmed it by reading the live page's structure and comparing the two broken sections against the ones that rendered correctly, isolating that single stray preset as the only difference between them.
- Applied the fix directly to the page's stored layout, removing the stray preset so the two sections now match their siblings exactly, then re-validated the entire page structure before saving to make sure nothing else shifted.
- Cleared every caching layer and re-checked the live page on a simulated phone to confirm the columns now render full-width and centered, while verifying the desktop view was unchanged.
Fixed a mobile layout glitch on the Authgnosis home page
AI Generated ✨
Authgnosis Website
