Can anyone help me locate and delete the white space with curly bracket from the top of my Dawn Theme development site. I’ve found it in development tools but can’t find it in Liquid files. Any help would be much appreciated. Thanks
Hi @thebrandedit
Please check in theme.liquid file which is located in the theme code in the layout folder is there any open " } " is there? if yes then remove that. or move that to the appropriate place.
If I managed to help you then, don’t forget to Like it and Mark it as a Solution!
Best Regards,
Rock Technolabs
Hello @thebrandedit
Its Artzen Technologies! We will be happy to help you today.
Go to the Online Store->Theme->Edit code->Assets->theme.liquid>
check theme.liquid here is the } sign please remove this curly bracket
Let me know if need further assistance
Regards,
Artzen Technologies
can you please share the whole code here?
Should I just copy and paste?
@thebrandedit can you please check header-group section file.
This is the code in the header-group section file…
{
“name”: “t:sections.header.name”,
“type”: “header”,
“sections”: {
“announcement-bar”: {
“type”: “announcement-bar”,
“blocks”: {
“announcement-bar-0”: {
“type”: “announcement”,
“settings”: {
“text”: “Free Shipping on all Orders Over €500”,
“link”: “”
}
}
},
“block_order”: [
“announcement-bar-0”
],
“settings”: {
“color_scheme”: “inverse”,
“show_line_separator”: false,
“show_social”: false,
“auto_rotate”: false,
“change_slides_speed”: 5,
“enable_country_selector”: false,
“enable_language_selector”: false
}
},
“header”: {
“type”: “header”,
“settings”: {
“logo_position”: “middle-center”,
“menu”: “main-menu”,
“menu_type_desktop”: “dropdown”,
“sticky_header_type”: “always”,
“show_line_separator”: false,
“color_scheme”: “background-2”,
“menu_color_scheme”: “background-2”,
“enable_country_selector”: true,
“enable_language_selector”: true,
“mobile_logo_position”: “center”,
“margin_bottom”: 0,
“padding_top”: 20,
“padding_bottom”: 20
}
}
},
“order”: [
“announcement-bar”,
“header”
]
}
share your header-group section all code
Please share your theme.liquid code
can you share your .myshopify domain URL so I can send you a collaborator request and help you out?
Remove one " } " at the end of line No: 59 after endstyle in theme.liquid file
If I managed to help you then, don’t forget to Like it and Mark it as a Solution!
Best Regards,
Rock Technolabs
It worked, thank you for all your help and being so patient I really appreciate it!

















