Hi, somehow there is a white bar above the header and there is no setting to remove it. Here is the url: rockspaceworld.com. Can you help me with that?
Hello @rockspace
Greetings!!
Please follow the steps
-
Online Store → Themes → Actions → Edit Code → Layout → theme.liquid
-
Ctrl+f and find “ ”
-
remove it and save the file then refresh fronted
I hope it will works
Hi @rockspace ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss->paste below code at the bottom of the file:
body {
margin-top: -22.5px;
}
Hope it can help you.
Hey @rockspace ,
Welcome to the Shopify community!
You can follow the instruction below:
-
Go to → theme.liquid
-
Ctrl+F & find “ ”
-
Remove it
If you feel like my answer is helpful, please mark it as a solution**.** Let me know if you have any further questions.
Thank you!
Raman
Return Prime
There is a code for space You have to remove it from theme.liquid in your store.
search this code in this file.
Online Store → Themes → Actions → Edit Code → Layout → theme.liquid
Hi, I didn’t find “ ” in theme.liquid.
Hi, I didn’t find “ ” in theme.liquid.
Check there is space below the body tag. remove that space…
please let me share your theme.liquid
I removed the space, but the white bar is still there.
please let me share your theme.liquid
How can I share the theme.liquid with you?
copy the code and paste in private msg.
body.kalles_2-0.lazy_icons.min_cqty_0.btnt4_style_2.zoom_tp_2.css_scrollbar.template-product.js_search_true.cart_pos_side.kalles_toolbar_true.hover_img2.swatch_style_rounded.swatch_list_size_medium.label_style_rounded.wrapper_full_width.header_full_false.header_sticky_true.hide_scrolld_false.des_header_3.h_transparent_false.h_tr_top_false.h_banner_false.top_bar_false.catalog_mode_false.cat_sticky_false.prs_bordered_grid_1.prs_sw_limit_false.search_pos_full.t4_compare_false.dark_mode_false.js_search_type.rtl_false.lazyloaded.shopify-ready.calc_footer_sticky {
position: relative;
top: -23px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Hi, thanks for your help. I added the code, but the problem is still not solved.
For your information, the white bar is on the homepage, collection pages, and promotion page, but not on the Support page, FAQ, etc.
body.kalles_2-0.lazy_icons.min_cqty_0.btnt4_style_2.zoom_tp_2.css_scrollbar.template-product.js_search_true.cart_pos_side.kalles_toolbar_true.hover_img2.swatch_style_rounded.swatch_list_size_medium.label_style_rounded.wrapper_full_width.header_full_false.header_sticky_true.hide_scrolld_false.des_header_3.h_transparent_false.h_tr_top_false.h_banner_false.top_bar_false.catalog_mode_false.cat_sticky_false.prs_bordered_grid_1.prs_sw_limit_false.search_pos_full.t4_compare_false.dark_mode_false.js_search_type.rtl_false.lazyloaded.shopify-ready.calc_footer_sticky {
position: relative !important;
top: -23px !important;
}
The space is still there.


