My store's header is messed up

Solved

My store's header is messed up

lokesh241
New Member
6 0 0

this morning another header started coming above the header of my website 

Screenshot 2024-09-24 140517.jpg

 

Accepted Solutions (2)

techDynasty
Shopify Partner
69 11 13

This is an accepted solution.

@lokesh241 

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;
}

 

> Was my reply helpful? Click Like to let me know!
> Was your question answered? Mark it as an Accepted Solution!
For more Shopify Solutions and custom codes feel free to contact me on [email protected]"
Buy Me a Coffee

View solution in original post

techDynasty
Shopify Partner
69 11 13

This is an accepted solution.

@lokesh241 To resolve the footer, Please add this code into the same CSS file 

.footer-wrapper.fix-to-bottom {
    position: relative !important;
}
> Was my reply helpful? Click Like to let me know!
> Was your question answered? Mark it as an Accepted Solution!
For more Shopify Solutions and custom codes feel free to contact me on [email protected]"
Buy Me a Coffee

View solution in original post

Replies 11 (11)

Moeed
Shopify Partner
5366 1452 1738

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

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


lokesh241
New Member
6 0 0

swift-running.com

 

furqan1
New Member
6 0 0

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.

techDynasty
Shopify Partner
69 11 13

This is an accepted solution.

@lokesh241 

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;
}

 

> Was my reply helpful? Click Like to let me know!
> Was your question answered? Mark it as an Accepted Solution!
For more Shopify Solutions and custom codes feel free to contact me on [email protected]"
Buy Me a Coffee
lokesh241
New Member
6 0 0

it did removed the extra header but the footer is bad, it is static, please check

swift-running.com

furqan1
New Member
6 0 0

What do you want with your footer?

lokesh241
New Member
6 0 0

it is static

furqan1
New Member
6 0 0

Maybe somewhere in the custom css, you have given position fixed to the footer section. Try removing it.

lokesh241
New Member
6 0 0

no, it's empty

techDynasty
Shopify Partner
69 11 13

This is an accepted solution.

@lokesh241 To resolve the footer, Please add this code into the same CSS file 

.footer-wrapper.fix-to-bottom {
    position: relative !important;
}
> Was my reply helpful? Click Like to let me know!
> Was your question answered? Mark it as an Accepted Solution!
For more Shopify Solutions and custom codes feel free to contact me on [email protected]"
Buy Me a Coffee
lokesh241
New Member
6 0 0

Thanks A lot, both the solutions worked.

can you please let me know why these issues happen?