this morning another header started coming above the header of my website
Hey @lokesh241
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hi! I can fix the header for you. just share shopify store details with me. I’ll try my best to remove this extra header.
Please add the code theme.min.css file.
From your Admin panel,
click Online Store > Themes >Actions > Edit code>> find and open the theme.min.css
#SearchContainer,
#dynamic-checkout-cart{
display: none !important;
}
it did removed the extra header but the footer is bad, it is static, please check
What do you want with your footer?
it is static
Maybe somewhere in the custom css, you have given position fixed to the footer section. Try removing it.
no, it’s empty
@lokesh241 To resolve the footer, Please add this code into the same CSS file
.footer-wrapper.fix-to-bottom {
position: relative !important;
}
Thanks A lot, both the solutions worked.
can you please let me know why these issues happen?
