A user seeks to center multicolumn section headings on mobile devices only in the Dawn theme (version 2.0.0).
Solutions Provided:
Two approaches were offered:
GemPages Support: Suggested adding custom code before </body> in the theme.liquid file (specific code appears garbled in the original post)
dmwwebartisan: Recommended adding CSS to assets/section-multicolumn.css:
@media only screen and (max-width: 749px) {
.multicolumn .title {
margin: 0 auto !important;
}
}
Resolution:
The user confirmed that one of the solutions successfully resolved the issue. The CSS approach targets mobile viewports (max-width: 749px) and centers the heading using auto margins.
Summarized with AI on November 24.
AI used: claude-sonnet-4-5-20250929.
I’m on an older version of the Dawn theme. You can see this multicolumn sections on my page here: https://teefiti.dk/pages/om-os Its near the bottom of the page. To login use: Teefiti2022