I’m working from the dawn theme as a template. Which contains the header section as a section group - the same with the footer. However, the Header section settings appear below the Template section settings. So in my customiser, the sidebar shows:
- Template sections
- Header sections
- Footer sections
Although this isn’t blocking any features, or stopping me from actually editing the theme, it is aesthetically annoying when you have lots of sections in the template. Also, the merchant whose store it is isn’t very technically skilled so sometimes they’re struggling to find the header sections settings.
Here is the code from my theme.liquid file:
{% sections 'header-group' %}
<main id="MainContent" class="content-for-layout focus-none" role="main" tabindex="-1">
{{ content_for_layout }}
</main>
{% sections 'footer-group' %}