Hello everyone. Maybe somebody can help me with my problem. I want to move my app block section over the Header on DAWN theme but it seems that it is not allowed. Can somebody help me with this issue?
Hi @VitaliB , do you find any solution for this? I’m stuck there too
Hi @jy1 , there’s no way you’ll be able to drag and drop section in the header or the footer. The only way to put a custom section in these sections is to manually add the line to the theme.liquid file at the exact place you want it. Exemple, I want to add a section named “custom-bar” between the regular announcement bar and the header :
...
{% section 'announcement-bar' %}
{% section 'custom-bar' %}
{% section 'header' %}
...
It will look like this but you won’t be able to move it trough the theme builder.